This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
jbs
/
jbs_front
Watch
6
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
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.
67
Commits
2
Branches
0
Tags
12 MiB
Vue
56.8%
JavaScript
36.6%
SCSS
6.1%
HTML
0.5%
Tree:
974c7a11c2
dev
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '974c7a11c2'
${ noResults }
jbs_front
/
bin
/
build.bat
12 lines
109 B
Raw
Blame
History
@
echo
off
echo
.
echo
[信息] 打包Web工程,生成dist文件。
echo
.
%~d0
cd
%~dp0
cd
..
npm run build:prod
pause