1.2.1 • Published 4 years ago
@farnabaz/debug-theme v1.2.1
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