# vuepress-theme-antdocs **Repository Path**: zpfz/vuepress-theme-antdocs ## Basic Information - **Project Name**: vuepress-theme-antdocs - **Description**: 一款 Ant Design 设计风格的 VuePress 主题。(Github 镜像库,有问题请前往 Github 反馈!!!) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://antdocs.pages.dev - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 2 - **Created**: 2020-03-01 - **Last Updated**: 2024-09-27 ## Categories & Tags **Categories**: site-theme **Tags**: None ## README

AntDocs logo

AntDocs

An Ant Design style theme for VuePress.

Build Status Downloads Version License

# 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 theme ```sh npm i vuepress-theme-antdocs ``` or ```sh yarn add vuepress-theme-antdocs ``` #### Use theme Open your `.vuepress/config.js`, and then add VuePress theme reference code: ```js module.exports = { theme: 'antdocs' } ``` You can get help here: [Using a theme](https://vuepress.vuejs.org/theme/using-a-theme.html#theme-shorthand) # Preview