@docus/debug-theme

v2.0.3
Docus debugging theme.
nuxt docus module

Docus Theme Starter

Create your own Docus themes.

Quick Setup

  1. 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
  1. Add @docus/my-theme to the buildModules section of your nuxt.config.js
{
  buildModules: ['@docus/my-theme']
}

Usage

  1. Replace all occurences of my-theme inside this codebase.
  2. The index.ts must export a valid Nuxt config.
  3. Test it with yarn dev and example/ Docus app.
  4. Edit that section.

Development

  1. Clone this repository
  2. Install dependencies using yarn install
  3. Start dev server using yarn dev
npm i @docus/debug-theme

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 11/25/2021

Downloads