gaoshuaixing 4 years ago
parent
commit
892053b3d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

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