wzj-boot/jiajiakang-ui/bin/run-web.bat

12 lines
99 B
Batchfile
Raw Normal View History

2021-03-13 13:06:28 +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