easyink/easyink_Dashboard-master/bin/run-web.bat

12 lines
99 B
Batchfile
Raw Normal View History

2025-09-11 10:27:04 +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