Files
shgx_tz_vue-sync/bat/run-web.bat

12 lines
99 B
Batchfile
Raw Normal View History

2023-11-14 18:09:40 +08:00
@echo off
echo.
echo [<5B><>Ϣ] ʹ<><CAB9> Vue <20><><EFBFBD><EFBFBD> Web <20><><EFBFBD>̡<EFBFBD>
echo.
%~d0
cd %~dp0
cd ..
npm run dev
pause