An Ant Design style theme for VuePress.
npm i vuepress-theme-antdocs
or
yarn add vuepress-theme-antdocs
Open your .vuepress/config.js
, and then add VuePress theme reference code:
module.exports = {
theme: 'antdocs'
}
You can get help here: Using a theme