This website works better with JavaScript.
Home
Explore
Help
Sign In
eln_TD
/
eln_web
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
华西海圻ELN前端工程
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.
675
Commits
5
Branches
128 MiB
Vue
85.8%
JavaScript
13.2%
HTML
0.6%
CSS
0.4%
Tree:
07b9cc86e4
luojie
master
zhangteng
lkf
ouqian
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '07b9cc86e4'
${ noResults }
eln_web
/
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