home | heroImage | actionBtn | preactionBtn | features | footerColumn | footerWrap | footer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
true |
/assets/logo.png |
|
|
|
4 |
|
MIT Licensed | Copyright © 2020-present Feng Left-Handed |
使用 yarn
安装 AntDocs
主题:
yarn add vuepress-theme-antdocs
或者使用 npm
安装它:
npm i vuepress-theme-antdocs
如果你的网络环境不佳,推荐使用 cnpm。
打开 .vuepress/config.js
文件,然后在合适位置引用它:
module.exports = {
...
theme: 'antdocs',
...
}
如果你对 VuePress 主题配置不是很了解,请点这里:使用主题
配置完毕后,你就可以直接 yarn run docs:dev
或 npm run docs:dev
查看效果。
Roy Kid