Files
l2-g30/bin/run-web.bat
砂糖 d15660c731 init
2025-12-26 09:18:12 +08:00

12 lines
107 B
Batchfile

@echo off
echo.
echo [信息] 使用 Vue CLI 命令运行 Web 工程。
echo.
%~d0
cd %~dp0
cd ..
npm run dev
pause