vuepress-theme-yxj-antdocs-phone
v1.0.30
Published
An Ant Design style theme for VuePress.
Downloads
35
Maintainers
Readme
An Phone theme base on vuepress-theme-antdocs.
Features
- base on vuepress-theme-antdocs, support all feature
- optimize for phone style.
Quick start
Install theme
yarn add vuepress-theme-antdocs-phone
Use theme
Open your .vuepress/config.js
, and then add VuePress theme reference code:
module.exports = {
theme: 'antdocs-phone',
themeConfig: {
phoneURL: 'http://localhost:8080'
}
}
You can get help here: Using a theme