Files
cas_tt_cloud_web/bin/run-web.bat
2021-12-29 11:25:14 +08:00

12 lines
104 B
Batchfile

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