修复vite找不到的问题:添加--include=dev参数强制安装dev依赖

Este commit está contenido en:
2026-05-13 11:59:30 +08:00
padre 96cbe6d971
commit 8b1c124092
+1 -1
Ver fichero
@@ -16,7 +16,7 @@ cd ..
# 3. 编译前端
echo "3. 编译Vue前端..."
cd frontend
npm install
npm install --include=dev
npm run build
cd ..