Files
goods_label_ui/bin/run-web.bat
2022-09-23 15:39:28 +08:00

12 lines
101 B
Batchfile

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