AntDocs

一款 Ant Design 设计风格的 VuePress 主题

Less 预处理器

从 Stylus 样式过渡到 Less 样式,统一使用预处理器,让 node_modules 不再过度臃肿。

Ant Design 风格

主题搭载 Ant Design of Vue 组件,支持 Markdown 语法与 Ant Design 组件混用。

各种功能优化

新增底部栏目设置,优化行内代码、代码块以及其他各种显示效果和动画,真正实现风格迁移。

快速上手 #

安装主题 #

使用 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:devnpm run docs:dev 查看效果。

效果预览 #

贡献者 #

 

我也想为贡献者之一? (opens new window)

 

赞助者 #