@farnabaz/debug-theme

1.2.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @farnabaz/debug-theme

Weekly Downloads

1

Version

1.2.1

License

MIT

Unpacked Size

7.98 kB

Total Files

11

Last publish

Collaborators

  • farnabaz