mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud-Vue3.git
synced 2025-05-30 04:29:01 +00:00
12 lines
112 B
Batchfile
12 lines
112 B
Batchfile
@echo off
|
|
echo.
|
|
echo [信息] 使用 Vite 命令运行 Web 工程。
|
|
echo.
|
|
|
|
%~d0
|
|
cd %~dp0
|
|
|
|
cd ..
|
|
yarn dev
|
|
|
|
pause |