dashboard
repositories
filestore
activity
search
login
zhouwx
/
multiSystemPlatformWeb
forked from
multiSystemPlatformWeb
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改新增
祖安之光
2025-07-22
fca7a89c2bf084dcd5d83819140cc7eb33fc6199
[~zhouwx/multiSystemPlatformWeb.git]
/
bin
/
run-web.bat
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
echo.
echo [ÐÅÏ¢] ʹÓà Vite ÃüÁîÔËÐÐ Web ¹¤³Ì¡£
echo.
%~d0
cd %~dp0
cd ..
yarn dev
pause