@@ -16,7 +16,7 @@ cd ..
# 3. 编译前端
echo "3. 编译Vue前端..."
cd frontend
-npm install
+npm install --include=dev
npm run build
cd ..