Licence
MIT
Version
1.2.1
Deps
1
Size
8 kB
Vulns
0
Weekly
0
Docus Theme Starter
Create your own Docus themes.
Quick Setup
- Add
@docus/my-themedependency to your project:
# Using Yarn
yarn add --dev @docus/my-theme
# Using NPM
npm install --save-dev @docus/my-theme
- Add
@docus/my-themeto thebuildModulessection of yournuxt.config.js
{
buildModules: ['@docus/my-theme']
}
Usage
- Replace all occurences of
my-themeinside this codebase. - The
index.tsmust export a valid Nuxt config. - Test it with
yarn devandexample/Docus app. - Edit that section.
Development
- Clone this repository
- Install dependencies using
yarn install - Start dev server using
yarn dev