Files
zyplayer-doc/zyplayer-doc-ui/api-ui/README.md
2021-11-26 23:51:14 +08:00

36 lines
510 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# API文档管理
## 安装依赖
```
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