This website works better with JavaScript.
Home
Explore
Help
Sign In
huanglingchen
/
qu_niao
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.
6
Commits
1
Branch
52 MiB
JavaScript
61.3%
FreeMarker
22.7%
Vue
8.7%
HTML
5%
CSS
2.4%
Tree:
4e1cf1cbc3
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '4e1cf1cbc3'
${ noResults }
qu_niao
/
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