This website works better with JavaScript.
Home
Explore
Help
Sign In
qinyanlei
/
webs-admin
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59
Commits
3
Branches
12 MiB
Vue
75.8%
JavaScript
20%
CSS
3.1%
HTML
1.1%
Tree:
83dd32bf35
dev
inspection_yanyuan
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '83dd32bf35'
${ noResults }
webs-admin
/
bin
/
run-web.bat
12 lines
107 B
Raw
Blame
History
@
echo
off
echo
.
echo
[信息] 使用 Vue CLI 命令运行 Web 工程。
echo
.
%~d0
cd
%~dp0
cd
..
npm run dev
pause