mirror of
https://github.com/yangzongzhuan/RuoYi-Vue.git
synced 2025-09-03 03:15:33 +00:00
12 lines
118 B
Batchfile
12 lines
118 B
Batchfile
@echo off
|
|
echo.
|
|
echo [信息] 使用 Vue CLI 命令运行 Web 工程。
|
|
echo.
|
|
|
|
%~d0
|
|
cd %~dp0
|
|
|
|
cd ..
|
|
npm run dev
|
|
|
|
pause |