数据网关
安全、强大、便捷的数据安全共享计算平台
简洁至上
以 Markdown 为中心的项目结构,以最少的配置帮助你专注于写作。
Vue驱动
享受 Vue + webpack 的开发体验,在 Markdown 中使用 Vue 组件,同时可以使用 Vue 来开发自定义主题。
高性能
VuePress 为每个页面预渲染生成静态的 HTML,同时在页面被加载的时候,将作为 SPA 运行。
# 快速上手
# 安装主题
使用 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 查看效果。
# 效果预览

# 贡献者
# 赞助者