zcits-ant
v1.0.5
Published
网站使用 [vuepress](https://vuepress.vuejs.org/) 和 [vuepress-theme-plume](https://github.com/pengzhanbo/vuepress-theme-plume) 构建生成。
Downloads
653
Readme
my-vuepress-site
网站使用 vuepress 和 vuepress-theme-plume 构建生成。
Install
npm i
Usage
# 启动开发服务
npm run doc:dev
# 构建生产包
npm run doc:build
# 本地预览生产服务
npm run doc:preview
# 更新 vuepress 和主题
npm run vp-update