AntDocs-Phone
An Ant Design style theme for VuePress.
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
npm i vuepress-theme-antdocs-phone
or
yarn add vuepress-theme-antdocs-phone
Use theme
Open your .vuepress/config.js
, and then add VuePress theme reference code:
moduleexports = theme: 'antdocs' phoneURL: 'http://localhost:8080'
You can get help here: Using a theme