2.0.3 • Published 2 years ago

@docus/debug-theme v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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
2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

1.2.0

2 years ago

1.1.7

2 years ago

1.1.0

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago