vue3.0 init

This commit is contained in:
xiaoxian521
2020-11-16 22:44:09 +08:00
parent 9bdbf56ec0
commit a6d76a34fa
28 changed files with 17480 additions and 14 deletions

View File

@@ -1,19 +1,19 @@
# 接口
# 安装依赖
## 安装依赖
```
npm install
```
# 项目启动
## 项目启动
```
npm run dev
```
# Swagger文档访问地址
## Swagger文档访问地址
http://localhost:3000
# 注意点
## 注意点
请先全局安装typescript、ts-node如安装请忽略
```
npm install -g typescript