Files
wiki/qModel/qmodel-ui/bin/run-web.bat
T
2026-05-14 16:56:48 +08:00

12 lines
112 B
Batchfile

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