@microdesign/vuepress-theme-microdocs
v1.0.1
Published
Docs theme for VuePress.
Downloads
1
Maintainers
Readme
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