mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
编写文档
This commit is contained in:
9
doc/README.md
Normal file
9
doc/README.md
Normal 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`即可查看。
|
Reference in New Issue
Block a user