NPP_Vue/bin/run-web.bat
2025-06-03 16:45:54 +08:00

12 lines
84 B
Batchfile

@echo off
echo.
echo 运行网站
echo.
%~d0
cd %~dp0
cd ..
pnpm run dev
pause