operation-system/bin/run-web.bat
2090205686@qq.com d9f844633d 初始化项目
2025-05-30 13:16:11 +08:00

12 lines
101 B
Batchfile

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