fxfast-code/ruoyi-ui/bin/run-web.bat

12 lines
110 B
Batchfile
Raw Normal View History

2019-10-08 01:14:38 +00:00
@echo off
echo.
echo [<5B><>Ϣ] ʹ<><CAB9> Vue <20><><EFBFBD><EFBFBD> Web <20><><EFBFBD>̡<EFBFBD>
echo.
%~d0
cd %~dp0
cd ..
npm run dev
pause