Files
rtsp-video-analysis-system/rtsp-vue/bin/run-web.bat
砂糖 7f07552ecc init
2025-09-26 11:55:38 +08:00

12 lines
101 B
Batchfile

@echo off
echo.
echo [信息] 使用 Vite 命令运行 Web 工程。
echo.
%~d0
cd %~dp0
cd ..
yarn dev
pause