This commit is contained in:
King Wang 2021-12-05 20:55:59 +08:00
parent c1223f3da4
commit 231283f225

View File

@ -8,7 +8,7 @@
## 启动 ## 启动
先启动后端 ### 先启动后端
```shell ```shell
cd backend cd backend
@ -20,7 +20,7 @@ npm install
npm run dev npm run dev
``` ```
再启动前端 ### 再启动前端
1. 首先安装 NPM 依赖 1. 首先安装 NPM 依赖
```shell ```shell