@docus/debug-theme
v2.0.3
Published
Docus debugging theme.
Downloads
95
Readme
Docus Theme Starter
Create your own Docus themes.
Quick Setup
- Add
@docus/my-theme
dependency to your project:
# Using Yarn
yarn add --dev @docus/my-theme
# Using NPM
npm install --save-dev @docus/my-theme
- Add
@docus/my-theme
to thebuildModules
section of yournuxt.config.js
{
buildModules: ['@docus/my-theme']
}
Usage
- Replace all occurences of
my-theme
inside this codebase. - The
index.ts
must export a valid Nuxt config. - Test it with
yarn dev
andexample/
Docus app. - Edit that section.
Development
- Clone this repository
- Install dependencies using
yarn install
- Start dev server using
yarn dev