1.3.0 • Published 5 years ago

docs-this v1.3.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

docs-this

自动化为项目生成vuepress文档

# 安装
$ yarn global add docs-this # 或者 npm install docs-this -g

# 初始化文档
$ docs init
$ docs init default # 选择文档模板 默认为 default

# 本地编辑文档
$ docs dev

# 打包文档
$ docs build