编写文档

This commit is contained in:
tanghc
2019-03-23 18:01:48 +08:00
parent 1c97e7f28e
commit 08bf664117
42 changed files with 968 additions and 33 deletions

9
doc/README.md Normal file
View File

@@ -0,0 +1,9 @@
# 开发文档
配合gitee pages服务使用gitee pages服务指定docs目录。
## 本地查看开发文档
- 前提先安装好npm[npm安装教程](https://blog.csdn.net/zhangwenwu2/article/details/52778521)。建议使用淘宝镜像。
- 安装docsify执行npm命令`npm i docsify-cli -g --registry=https://registry.npm.taobao.org`
- cd到当前目录运行命令`docsify serve docs`,然后访问:`http://localhost:3000`即可查看。