dashboard
repositories
filestore
activity
search
login
~mayuhao
/
registerSystem
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
新项目
马宇豪
2023-09-04
86c357b8ec0c2c18368b0f76267895608247f8b4
[~mayuhao/registerSystem.git]
/
bin
/
run-web.bat
1
2
3
4
5
6
7
8
9
10
11
12
@echo off
echo.
echo [ÐÅÏ¢] ʹÓà Vue CLI ÃüÁîÔËÐÐ Web ¹¤³Ì¡£
echo.
%~d0
cd %~dp0
cd ..
npm run dev
pause