add all project code
This commit is contained in:
10
build_frontend.bat
Normal file
10
build_frontend.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user