GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
root
/
urbanLifeline_YanAn
Transfer to URL with SHA
Find file
Newer
Older
tree:
79f0c08fa1
Switch branches
×
master
urbanLifeline_YanAn
/
bin
/ run-web.bat
zhangqy
on 3 Oct
101 bytes
first commit
Raw
Blame
History
@echo off echo. echo [信息] 使用 Vite 命令运行 Web 工程。 echo. %~d0 cd %~dp0 cd .. yarn dev pause