This website works better with JavaScript.
首頁
探索
說明
註冊
登入
zhangzl
/
nsgk_mobile
關註
2
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
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.
1066
Commit
7
分支
80 MiB
目錄樹:
fd532b1069
fuyuan_ynzl_mobile
master
rongxin_dev
rongxin_prod
rongxin_test
wulanhaote
zhijidi_new
分支列表
標籤列表
${ item.name }
Create branch
${ searchTerm }
from 'fd532b1069'
${ noResults }
nsgk_mobile
/
打包.bat
打包.bat
104 B
原始文件
Normal View
文件歷史
提交打包
3 年之前
Merge branch 'master' of E:\project\nsgk_mobile with conflicts.
2 年之前
提交打包
3 年之前
Merge branch 'master' of E:\project\nsgk_mobile with conflicts.
2 年之前
提交打包
3 年之前
打包脚本
2 年之前
Merge branch 'master' of E:\project\nsgk_mobile with conflicts.
2 年之前
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@echo off
E:
cd E:\project\nsgk_mobile
:: 打包预发布环境
npm run build
@echo SUCCESS
pause