3.0.0 • Published 2 years ago

@docus/docs-theme v3.0.0

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

Docus Docs Theme

A theme perfect for your documentation.

Quick Setup

  • Add @docus/docs-theme dependency to your project:
# Using Yarn
yarn add @docus/docs-theme

# Using NPM
npm install @docus/docs-theme
  • Set @docus/docs-theme in your nuxt.config.ts.
{
  extends: ['@docus/docs-theme']
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install
  3. Start dev server using yarn dev