文档修复

This commit is contained in:
pixel
2019-12-13 11:37:15 +08:00
parent 392d99f3e1
commit 79d6af7329
4 changed files with 363 additions and 402 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
3.go server建议使用goland运行 减少出错可能性
4.前端项目node建议高于V8.6.0
5.到前端项目目录下运行 npm i 安装所需依赖
6.依赖安装完成直接运行 npm run dev即可启动项目
6.依赖安装完成直接运行 npm run serve即可启动项目
7.如果要使用swagger自动化文档 首先需要安装 swagger
````
go get -u github.com/swaggo/swag/cmd/swag