An Ant Design style theme for VuePress.
- 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 ...
npm i vuepress-theme-antdocsor
yarn add vuepress-theme-antdocsOpen your .vuepress/config.js, and then add VuePress theme reference code:
module.exports = {
theme: 'antdocs'
}You can get help here: Using a theme

