@gx-design-vue/create-gx-cli 0.1.15 → 0.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +62 -0
- package/index.js +3 -0
- package/package.json +22 -9
- package/bin/create-gx-cli +0 -5
- package/src/cli.js +0 -115
- package/src/git.js +0 -81
- package/src/main.js +0 -190
- package/template-mobile-vant-cli/.editorconfig +0 -19
- package/template-mobile-vant-cli/.env +0 -0
- package/template-mobile-vant-cli/.env.development +0 -19
- package/template-mobile-vant-cli/.env.pro +0 -19
- package/template-mobile-vant-cli/.env.production +0 -19
- package/template-mobile-vant-cli/.eslintignore +0 -15
- package/template-mobile-vant-cli/.prettierignore +0 -9
- package/template-mobile-vant-cli/README.md +0 -1
- package/template-mobile-vant-cli/build/cdn.ts +0 -5
- package/template-mobile-vant-cli/build/generateModifyVars.ts +0 -7
- package/template-mobile-vant-cli/build/optimizer.ts +0 -18
- package/template-mobile-vant-cli/build/plugin/autoImport.ts +0 -24
- package/template-mobile-vant-cli/build/plugin/html.ts +0 -26
- package/template-mobile-vant-cli/build/plugin/index.ts +0 -42
- package/template-mobile-vant-cli/build/plugin/mock.ts +0 -14
- package/template-mobile-vant-cli/build/plugin/viteMock/client.ts +0 -88
- package/template-mobile-vant-cli/build/plugin/viteMock/createMockServer.ts +0 -271
- package/template-mobile-vant-cli/build/plugin/viteMock/index.ts +0 -69
- package/template-mobile-vant-cli/build/plugin/viteMock/types.ts +0 -48
- package/template-mobile-vant-cli/build/plugin/viteMock/utils.ts +0 -48
- package/template-mobile-vant-cli/build/script/postBuild.ts +0 -14
- package/template-mobile-vant-cli/eslint.config.js +0 -49
- package/template-mobile-vant-cli/index.html +0 -24
- package/template-mobile-vant-cli/mock/_createProductionServer.ts +0 -19
- package/template-mobile-vant-cli/mock/datasSource/api/index.ts +0 -0
- package/template-mobile-vant-cli/mock/utils.ts +0 -9
- package/template-mobile-vant-cli/package.json +0 -57
- package/template-mobile-vant-cli/postcss.config.cjs +0 -8
- package/template-mobile-vant-cli/prettier.config.cjs +0 -18
- package/template-mobile-vant-cli/public/favicon.ico +0 -0
- package/template-mobile-vant-cli/public/js/flexible.js +0 -44
- package/template-mobile-vant-cli/src/App.vue +0 -5
- package/template-mobile-vant-cli/src/components/PageContainer/ProSkeleton.tsx +0 -29
- package/template-mobile-vant-cli/src/components/PageContainer/index.tsx +0 -115
- package/template-mobile-vant-cli/src/components/PageContainer/style.module.less +0 -14
- package/template-mobile-vant-cli/src/core/gx-design/index.ts +0 -7
- package/template-mobile-vant-cli/src/core/index.ts +0 -12
- package/template-mobile-vant-cli/src/core/vant-design/index.ts +0 -4
- package/template-mobile-vant-cli/src/design/config.less +0 -0
- package/template-mobile-vant-cli/src/design/index.less +0 -3
- package/template-mobile-vant-cli/src/design/reset.less +0 -155
- package/template-mobile-vant-cli/src/design/root.less +0 -3
- package/template-mobile-vant-cli/src/design/vant.less +0 -2
- package/template-mobile-vant-cli/src/global.less +0 -1
- package/template-mobile-vant-cli/src/hooks/web/index.ts +0 -5
- package/template-mobile-vant-cli/src/hooks/web/usePageLoading.ts +0 -58
- package/template-mobile-vant-cli/src/layout/BasicLayout.vue +0 -16
- package/template-mobile-vant-cli/src/layout/basicLayout.less +0 -11
- package/template-mobile-vant-cli/src/main.ts +0 -27
- package/template-mobile-vant-cli/src/pages/home.vue +0 -71
- package/template-mobile-vant-cli/src/router/index.ts +0 -25
- package/template-mobile-vant-cli/src/router/routes.ts +0 -20
- package/template-mobile-vant-cli/src/router/typings.ts +0 -8
- package/template-mobile-vant-cli/src/services/index.ts +0 -31
- package/template-mobile-vant-cli/src/settings/index.ts +0 -10
- package/template-mobile-vant-cli/src/store/index.ts +0 -17
- package/template-mobile-vant-cli/src/store/modules/global.ts +0 -30
- package/template-mobile-vant-cli/src/utils/crypto/base64.ts +0 -101
- package/template-mobile-vant-cli/src/utils/crypto/index.ts +0 -57
- package/template-mobile-vant-cli/src/utils/env.ts +0 -50
- package/template-mobile-vant-cli/src/utils/pageTitle.ts +0 -14
- package/template-mobile-vant-cli/src/utils/request/XHR.ts +0 -139
- package/template-mobile-vant-cli/src/utils/request/axiosCancel.ts +0 -69
- package/template-mobile-vant-cli/src/utils/request/checkStatus.ts +0 -9
- package/template-mobile-vant-cli/src/utils/request/index.ts +0 -142
- package/template-mobile-vant-cli/src/utils/request/typings.ts +0 -171
- package/template-mobile-vant-cli/src/utils/storage.ts +0 -198
- package/template-mobile-vant-cli/src/utils/util.ts +0 -27
- package/template-mobile-vant-cli/src/utils/validate.ts +0 -216
- package/template-mobile-vant-cli/tsconfig.json +0 -42
- package/template-mobile-vant-cli/types/ant-design-import.d.ts +0 -13
- package/template-mobile-vant-cli/types/auto-imports.d.ts +0 -64
- package/template-mobile-vant-cli/types/components.d.ts +0 -12
- package/template-mobile-vant-cli/types/global.d.ts +0 -39
- package/template-mobile-vant-cli/types/module.d.ts +0 -20
- package/template-mobile-vant-cli/types/plugins-auto-import.d.ts +0 -14
- package/template-mobile-vant-cli/types/response.d.ts +0 -15
- package/template-mobile-vant-cli/types/vant-import.d.ts +0 -13
- package/template-mobile-vant-cli/unocss.config.ts +0 -101
- package/template-mobile-vant-cli/vite.config.ts +0 -145
- package/template-mobile-vant-html/README.md +0 -4
- package/template-mobile-vant-html/css/global.css +0 -293
- package/template-mobile-vant-html/css/global.css.map +0 -1
- package/template-mobile-vant-html/css/global.less +0 -293
- package/template-mobile-vant-html/css/index.css +0 -20
- package/template-mobile-vant-html/css/index.css.map +0 -1
- package/template-mobile-vant-html/css/index.less +0 -21
- package/template-mobile-vant-html/image/disconnected.svg +0 -60
- package/template-mobile-vant-html/image/empty.svg +0 -52
- package/template-mobile-vant-html/image/error.svg +0 -53
- package/template-mobile-vant-html/image/loading.svg +0 -1
- package/template-mobile-vant-html/index.html +0 -91
- package/template-mobile-vant-html/js/index.js +0 -29
- package/template-mobile-vant-html/js/plugin/day.min.js +0 -1
- package/template-mobile-vant-html/js/plugin/fastclick.js +0 -730
- package/template-mobile-vant-html/js/plugin/jquery.min.js +0 -2
- package/template-mobile-vant-html/js/plugin/rem.js +0 -28
- package/template-mobile-vant-html/js/utils/appUtil.js +0 -70
- package/template-mobile-vant-html/js/utils/config.js +0 -3
- package/template-mobile-vant-html/js/utils/request.js +0 -61
- package/template-mobile-vant-html/js/utils/utils.js +0 -65
- package/template-mobile-vant-html/js/utils/validate.js +0 -292
@@ -1,292 +0,0 @@
|
|
1
|
-
const toString = Object.prototype.toString
|
2
|
-
|
3
|
-
function is(val, type) {
|
4
|
-
return toString.call(val) === `[object ${type}]`
|
5
|
-
}
|
6
|
-
|
7
|
-
const isClient = typeof window !== 'undefined'
|
8
|
-
|
9
|
-
const noop = () => {}
|
10
|
-
|
11
|
-
/**
|
12
|
-
* @author gx12358 2539306317@qq.com
|
13
|
-
* @description 判读是否为外链
|
14
|
-
* @param path
|
15
|
-
* @returns {boolean}
|
16
|
-
*/
|
17
|
-
function isExternal(path) {
|
18
|
-
return /^(https?:|mailto:|tel:)/.test(path)
|
19
|
-
}
|
20
|
-
|
21
|
-
/**
|
22
|
-
* @author gx12358 2539306317@qq.com
|
23
|
-
* @description 校验密码是否小于6位
|
24
|
-
* @param value
|
25
|
-
* @returns {boolean}
|
26
|
-
*/
|
27
|
-
function isPassword(value) {
|
28
|
-
return value.length >= 6
|
29
|
-
}
|
30
|
-
|
31
|
-
/**
|
32
|
-
* @author gx12358 2539306317@qq.com
|
33
|
-
* @description 判断是否为数字
|
34
|
-
* @param value
|
35
|
-
* @returns {boolean}
|
36
|
-
*/
|
37
|
-
function isNumber(val) {
|
38
|
-
return typeof val === 'number'
|
39
|
-
}
|
40
|
-
|
41
|
-
/**
|
42
|
-
* @author gx12358 2539306317@qq.com
|
43
|
-
* @description 判断是否是名称
|
44
|
-
* @param value
|
45
|
-
* @returns {boolean}
|
46
|
-
*/
|
47
|
-
function isName(value) {
|
48
|
-
const reg = /^[\u4e00-\u9fa5a-zA-Z0-9]+$/
|
49
|
-
return reg.test(value)
|
50
|
-
}
|
51
|
-
|
52
|
-
/**
|
53
|
-
* @author gx12358 2539306317@qq.com
|
54
|
-
* @description 判断是否为IP
|
55
|
-
* @param ip
|
56
|
-
* @returns {boolean}
|
57
|
-
*/
|
58
|
-
function isIP(ip) {
|
59
|
-
const reg = /^(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])$/
|
60
|
-
return reg.test(ip)
|
61
|
-
}
|
62
|
-
|
63
|
-
/**
|
64
|
-
* @author gx12358 2539306317@qq.com
|
65
|
-
* @description 判断是否是传统网站
|
66
|
-
* @param url
|
67
|
-
* @returns {boolean}
|
68
|
-
*/
|
69
|
-
function isUrl(url) {
|
70
|
-
const reg = /^(https?|ftp):\/\/([a-zA-Z0-9.-]+(:[a-zA-Z0-9.&%$-]+)*@)*((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}|([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+\.(com|edu|gov|int|mil|net|org|biz|arpa|info|name|pro|aero|coop|museum|[a-zA-Z]{2}))(:[0-9]+)*(\/($|[a-zA-Z0-9.,?'\\+&%$#=~_-]+))*$/
|
71
|
-
return reg.test(url)
|
72
|
-
}
|
73
|
-
|
74
|
-
/**
|
75
|
-
* @author gx12358 2539306317@qq.com
|
76
|
-
* @description 判断是否是小写字母
|
77
|
-
* @param value
|
78
|
-
* @returns {boolean}
|
79
|
-
*/
|
80
|
-
function isLowerCase(value) {
|
81
|
-
const reg = /^[a-z]+$/
|
82
|
-
return reg.test(value)
|
83
|
-
}
|
84
|
-
|
85
|
-
/**
|
86
|
-
* @author gx12358 2539306317@qq.com
|
87
|
-
* @description 判断是否是大写字母
|
88
|
-
* @param value
|
89
|
-
* @returns {boolean}
|
90
|
-
*/
|
91
|
-
function isUpperCase(value) {
|
92
|
-
const reg = /^[A-Z]+$/
|
93
|
-
return reg.test(value)
|
94
|
-
}
|
95
|
-
|
96
|
-
/**
|
97
|
-
* @author gx12358 2539306317@qq.com
|
98
|
-
* @description 判断是否是大写字母开头
|
99
|
-
* @param value
|
100
|
-
* @returns {boolean}
|
101
|
-
*/
|
102
|
-
function isAlphabets(value) {
|
103
|
-
const reg = /^[A-Za-z]+$/
|
104
|
-
return reg.test(value)
|
105
|
-
}
|
106
|
-
|
107
|
-
/**
|
108
|
-
* @author gx12358 2539306317@qq.com
|
109
|
-
* @description 判断是否是字符串
|
110
|
-
* @param value
|
111
|
-
* @returns {boolean}
|
112
|
-
*/
|
113
|
-
function isString(value) {
|
114
|
-
return typeof value === 'string' || value instanceof String
|
115
|
-
}
|
116
|
-
|
117
|
-
function isBoolean(val){
|
118
|
-
return is(val, 'Boolean')
|
119
|
-
}
|
120
|
-
|
121
|
-
function isFunction(func) {
|
122
|
-
return (typeof func === 'function' || Object.prototype.toString.call(func) === '[object Function]')
|
123
|
-
}
|
124
|
-
|
125
|
-
/**
|
126
|
-
* @author gx12358 2539306317@qq.com
|
127
|
-
* @description 判断是否是数组
|
128
|
-
* @param arg
|
129
|
-
* @returns {arg is any[]|boolean}
|
130
|
-
*/
|
131
|
-
function isArray(arg) {
|
132
|
-
if (typeof Array.isArray === 'undefined') {
|
133
|
-
return Object.prototype.toString.call(arg) === '[object Array]'
|
134
|
-
}
|
135
|
-
return Array.isArray(arg)
|
136
|
-
}
|
137
|
-
|
138
|
-
/**
|
139
|
-
* @Author gaoxiang
|
140
|
-
* @DateTime 2019/11/29
|
141
|
-
* @lastTime 2019/11/29
|
142
|
-
* @description 是否是对象
|
143
|
-
*/
|
144
|
-
function isObject(val) {
|
145
|
-
return val !== null && is(val, 'Object')
|
146
|
-
}
|
147
|
-
|
148
|
-
/**
|
149
|
-
* @author gx12358 2539306317@qq.com
|
150
|
-
* @description 判断是否是端口号
|
151
|
-
* @param value
|
152
|
-
* @returns {boolean}
|
153
|
-
*/
|
154
|
-
function isPort(value) {
|
155
|
-
const reg = /^([0-9]|[1-9]\d|[1-9]\d{2}|[1-9]\d{3}|[1-5]\d{4}|6[0-4]\d{3}|65[0-4]\d{2}|655[0-2]\d|6553[0-5])$/
|
156
|
-
return reg.test(value)
|
157
|
-
}
|
158
|
-
|
159
|
-
/**
|
160
|
-
* @author gx12358 2539306317@qq.com
|
161
|
-
* @description 判断是否是手机号
|
162
|
-
* @param value
|
163
|
-
* @returns {boolean}
|
164
|
-
*/
|
165
|
-
function isPhone(value) {
|
166
|
-
const reg = /^1\d{10}$/
|
167
|
-
return reg.test(value)
|
168
|
-
}
|
169
|
-
|
170
|
-
/**
|
171
|
-
* @author gx12358 2539306317@qq.com
|
172
|
-
* @description 判断是否是身份证号(第二代)
|
173
|
-
* @param value
|
174
|
-
* @returns {boolean}
|
175
|
-
*/
|
176
|
-
function isIdCard(value) {
|
177
|
-
const reg = /^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/
|
178
|
-
return reg.test(value)
|
179
|
-
}
|
180
|
-
|
181
|
-
/**
|
182
|
-
* @author gx12358 2539306317@qq.com
|
183
|
-
* @description 判断是否是邮箱
|
184
|
-
* @param value
|
185
|
-
* @returns {boolean}
|
186
|
-
*/
|
187
|
-
function isEmail(value) {
|
188
|
-
const reg = /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/
|
189
|
-
return reg.test(value)
|
190
|
-
}
|
191
|
-
|
192
|
-
/**
|
193
|
-
* @author gx12358 2539306317@qq.com
|
194
|
-
* @description 判断是否中文
|
195
|
-
* @param value
|
196
|
-
* @returns {boolean}
|
197
|
-
*/
|
198
|
-
function isChina(value) {
|
199
|
-
const reg = /^[\u4E00-\u9FA5]{2,4}$/
|
200
|
-
return reg.test(value)
|
201
|
-
}
|
202
|
-
|
203
|
-
/**
|
204
|
-
* @author gx12358 2539306317@qq.com
|
205
|
-
* @description 判断是否为空
|
206
|
-
* @param value
|
207
|
-
* @returns {boolean}
|
208
|
-
*/
|
209
|
-
function isBlank(value) {
|
210
|
-
return (
|
211
|
-
value == null ||
|
212
|
-
false ||
|
213
|
-
value === '' ||
|
214
|
-
value.trim() === '' ||
|
215
|
-
value.toLocaleLowerCase().trim() === 'null'
|
216
|
-
)
|
217
|
-
}
|
218
|
-
|
219
|
-
/**
|
220
|
-
* @author gx12358 2539306317@qq.com
|
221
|
-
* @description 判断是否为固话
|
222
|
-
* @param value
|
223
|
-
* @returns {boolean}
|
224
|
-
*/
|
225
|
-
function isTel(value) {
|
226
|
-
const reg = /^(400|800)([0-9\\-]{7,10})|(([0-9]{4}|[0-9]{3})([- ])?)?([0-9]{7,8})(([- 转])*([0-9]{1,4}))?$/
|
227
|
-
return reg.test(value)
|
228
|
-
}
|
229
|
-
|
230
|
-
/**
|
231
|
-
* @author gx12358 2539306317@qq.com
|
232
|
-
* @description 判断经度 -180.0~+180.0(整数部分为0~180,必须输入1到5位小数)
|
233
|
-
* @param value
|
234
|
-
* @returns {boolean}
|
235
|
-
*/
|
236
|
-
function isLongitude(value) {
|
237
|
-
const reg = /^[-|+]?(0?\d{1,2}\.\d{1,5}|1[0-7]?\d{1}\.\d{1,5}|180\.0{1,5})$/
|
238
|
-
return reg.test(value)
|
239
|
-
}
|
240
|
-
|
241
|
-
/**
|
242
|
-
* @author gx12358 2539306317@qq.com
|
243
|
-
* @description 判断纬度 -90.0~+90.0(整数部分为0~90,必须输入1到5位小数)
|
244
|
-
* @param value
|
245
|
-
* @returns {boolean}
|
246
|
-
*/
|
247
|
-
function isLatitude(value) {
|
248
|
-
const reg = /^[-|+]?([0-8]?\d{1}\.\d{1,5}|90\.0{1,5})$/
|
249
|
-
return reg.test(value)
|
250
|
-
}
|
251
|
-
|
252
|
-
/**
|
253
|
-
* @author gx12358 2539306317@qq.com
|
254
|
-
* @description rtsp校验,只要有rtsp://
|
255
|
-
* @param value
|
256
|
-
* @returns {boolean}
|
257
|
-
*/
|
258
|
-
function isRTSP(value) {
|
259
|
-
const reg = /^rtsp:\/\/([a-z]{0,10}:.{0,10}@)?(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])$/
|
260
|
-
const reg1 = /^rtsp:\/\/([a-z]{0,10}:.{0,10}@)?(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5]):[0-9]{1,5}/
|
261
|
-
const reg2 = /^rtsp:\/\/([a-z]{0,10}:.{0,10}@)?(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\.(\d{1,2}|1\d\d|2[0-4]\d|25[0-5])\//
|
262
|
-
return reg.test(value) || reg1.test(value) || reg2.test(value)
|
263
|
-
}
|
264
|
-
|
265
|
-
/**
|
266
|
-
* @Author gaoxiang
|
267
|
-
* @DateTime 2020/11/4
|
268
|
-
* @lastTime 2020/11/4
|
269
|
-
* @description 判断是否是JSON字符串
|
270
|
-
*/
|
271
|
-
function isJSONStr(str) {
|
272
|
-
if (typeof str === 'string') {
|
273
|
-
try {
|
274
|
-
const obj = JSON.parse(str)
|
275
|
-
if (typeof obj === 'object' && obj) {
|
276
|
-
return true
|
277
|
-
} else {
|
278
|
-
return false
|
279
|
-
}
|
280
|
-
} catch (e) {
|
281
|
-
return false
|
282
|
-
}
|
283
|
-
}
|
284
|
-
return false
|
285
|
-
}
|
286
|
-
|
287
|
-
function checkURL(URL) {
|
288
|
-
const str = URL,
|
289
|
-
Expression = /http(s)?:\/\/([\w-]+\.)+[\w-]+(\/[\w- .\/?%&=]*)?/,
|
290
|
-
objExp = new RegExp(Expression)
|
291
|
-
return objExp.test(str)
|
292
|
-
}
|