1.0.1 • Published 1 year ago

@microdesign/vuepress-theme-microdocs v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

An Micro Design style theme for VuePress.

Features

  • Equipped with Ant Design style, you can directly use various components of the UI library.
  • Optimize parts of styles.
  • More features are waiting for you to discover ...

Quick start

Install microdocs theme

$ npm i -D @microdesign/vuepress-theme-microdocs

or

$ yarn add -D @microdesign/vuepress-theme-microdocs

or

$ pnpm add -D @microdesign/vuepress-theme-microdocs

Use theme

Open your .vuepress/config.ts, and then add VuePress theme reference code:

module.exports = {
  theme: '@microdesign/microdocs'
}

You can get help here: Using a theme