This commit is contained in:
gaoshuaixing
2021-06-17 15:11:44 +08:00
parent 6c64e3022e
commit 892053b3d8

View File

@@ -42,7 +42,7 @@
```
# 开发者模式
# 1【进入前端目录】启动vue
cd frontend && npm run serve
cd frontend && npm install && npm run serve
# 2【根目录】启动后端服务
cd ../ && npm run dev