Files
mengyakeyvault/build_frontend.bat
2026-02-14 00:21:43 +08:00

11 lines
241 B
Batchfile
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@echo off
chcp 65001 >nul
echo 构建前端项目...
cd mengyakeyvault-frontend
if not exist node_modules (
echo 正在安装依赖...
call npm install
)
npm run build
echo 构建完成输出目录mengyakeyvault-frontend\build