dashboard
repositories
filestore
activity
search
login
mayh
/
fireworkEnterpriseSideWeb
forked from
fireworkEnterpriseSideWeb
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
接口对接
zhouwx
2025-04-15
f2593d3cf80998a831d07cc94ac49e4f51b04429
[~mayh/fireworkEnterpriseSideWeb.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