快速上手 #
在开始之前,推荐先熟知 Ant Design Vue (opens new window) 以及 VuePress (opens new window) 的基本使用,并正确安装和配置了 Node.js v8.9 或以上。官方指南假设你已了解关于 HTML、CSS 和 JavaScript 的基本知识,并且已经完全熟知了 Ant Design Vue 的使用以及 VuePress 的正确开发方式。
安装主题 #
使用 yarn
安装 AntDocs
主题:
yarn add vuepress-theme-antdocs
或者使用 npm
安装它:
npm i vuepress-theme-antdocs
如果你的网络环境不佳,推荐使用 cnpm (opens new window)。
引用主题 #
打开 .vuepress/config.js
文件,然后在合适位置引用它:
module.exports = {
theme: 'antdocs',
// ...
}
如果你对 VuePress 主题配置不是很了解,请点这里:使用主题 (opens new window)
配置完毕后,你就可以直接 yarn run docs:dev
或 npm run docs:dev
查看效果。