This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
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.
253
Commits
7
Branches
79 MiB
Vue
96.7%
JavaScript
3.3%
Tree:
b51d95b7a9
fuyuan_ynzl_mobile
master
rongxin_dev
rongxin_prod
rongxin_test
wulanhaote
zhijidi_new
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'b51d95b7a9'
${ noResults }
nsgk_mobile
/
打包.bat
14 lines
111 B
Raw
Blame
History
@echo off
D:
cd D:\workspace\code\nsgk_mobile
:: 打包预发布环境
npm run build
@echo SUCCESS
pause