使用vitejs+vue3+antdv重构swagger文档展示

This commit is contained in:
暮光:城中城
2021-10-17 19:50:22 +08:00
parent 28bcbfd379
commit 9267aed477
72 changed files with 4236 additions and 3 deletions

View File

@@ -0,0 +1,35 @@
# swagger文档管理
## 安装依赖
```
npm install
```
### 启动开发环境服务
```
npm run dev
```
### 启动线上环境服务
```
npm run prod
```
### 启动后访问
http://local.zyplayer.com
### 编译打包
```
npm run build
```
### 相关资源
vitejs文档https://vitejs.cn
antdv组件文档https://2x.antdv.com/components/overview-cn
vue3.0文档https://v3.cn.vuejs.org
vue router文档https://next.router.vuejs.org
拖动组件https://caohuatao.github.io/guide/#draggable