@gx-design-vue/create-gx-cli 0.1.16 → 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.
Files changed (135) hide show
  1. package/dist/index.js +62 -0
  2. package/index.js +3 -0
  3. package/package.json +22 -9
  4. package/bin/create-gx-cli +0 -5
  5. package/src/cli.js +0 -115
  6. package/src/git.js +0 -81
  7. package/src/main.js +0 -190
  8. package/template-mobile-vant-cli/.editorconfig +0 -19
  9. package/template-mobile-vant-cli/.env +0 -3
  10. package/template-mobile-vant-cli/.env.development +0 -17
  11. package/template-mobile-vant-cli/.env.pro +0 -28
  12. package/template-mobile-vant-cli/.env.production +0 -31
  13. package/template-mobile-vant-cli/.eslintignore +0 -15
  14. package/template-mobile-vant-cli/.prettierignore +0 -9
  15. package/template-mobile-vant-cli/README.md +0 -1
  16. package/template-mobile-vant-cli/commitlint.config.cjs +0 -32
  17. package/template-mobile-vant-cli/config/default/defaultSettings.ts +0 -70
  18. package/template-mobile-vant-cli/config/default/network.ts +0 -10
  19. package/template-mobile-vant-cli/config/default/proxy.ts +0 -50
  20. package/template-mobile-vant-cli/config/default/theme.ts +0 -3
  21. package/template-mobile-vant-cli/config/index.ts +0 -11
  22. package/template-mobile-vant-cli/eslint.config.js +0 -57
  23. package/template-mobile-vant-cli/index.html +0 -25
  24. package/template-mobile-vant-cli/internal/vite-config/generate/generateModifyVars.ts +0 -7
  25. package/template-mobile-vant-cli/internal/vite-config/rollupOptions/index.ts +0 -22
  26. package/template-mobile-vant-cli/internal/vite-config/util/hash.ts +0 -17
  27. package/template-mobile-vant-cli/internal/vite-config/util/index.ts +0 -132
  28. package/template-mobile-vant-cli/internal/vite-config/vite/cdn.ts +0 -65
  29. package/template-mobile-vant-cli/internal/vite-config/vite/optimizer.ts +0 -26
  30. package/template-mobile-vant-cli/internal/vite-config/vite/plugin/appConfig.ts +0 -91
  31. package/template-mobile-vant-cli/internal/vite-config/vite/plugin/autoImport.ts +0 -28
  32. package/template-mobile-vant-cli/internal/vite-config/vite/plugin/compress.ts +0 -31
  33. package/template-mobile-vant-cli/internal/vite-config/vite/plugin/html.ts +0 -32
  34. package/template-mobile-vant-cli/internal/vite-config/vite/plugin/index.ts +0 -74
  35. package/template-mobile-vant-cli/internal/vite-config/vite/plugin/visualizer.ts +0 -14
  36. package/template-mobile-vant-cli/internal/vite-config/vite/plugin/viteNotice.ts +0 -40
  37. package/template-mobile-vant-cli/mock/config/permissions.ts +0 -15
  38. package/template-mobile-vant-cli/mock/config/user/id.ts +0 -5
  39. package/template-mobile-vant-cli/mock/config/user/index.ts +0 -96
  40. package/template-mobile-vant-cli/mock/index.ts +0 -55
  41. package/template-mobile-vant-cli/mock/routers/table/index.fake.ts +0 -22
  42. package/template-mobile-vant-cli/mock/routers/user/account.fake.ts +0 -52
  43. package/template-mobile-vant-cli/mock/routers/user/index.fake.ts +0 -46
  44. package/template-mobile-vant-cli/mock/utils/crypto.ts +0 -21
  45. package/template-mobile-vant-cli/mock/utils/table.ts +0 -96
  46. package/template-mobile-vant-cli/mock/utils/util.ts +0 -91
  47. package/template-mobile-vant-cli/package.json +0 -74
  48. package/template-mobile-vant-cli/public/css/default.css +0 -54
  49. package/template-mobile-vant-cli/public/favicon.ico +0 -0
  50. package/template-mobile-vant-cli/src/App.vue +0 -9
  51. package/template-mobile-vant-cli/src/assets/logo.png +0 -0
  52. package/template-mobile-vant-cli/src/components/PageContainer/ProSkeleton.tsx +0 -29
  53. package/template-mobile-vant-cli/src/components/PageContainer/index.tsx +0 -207
  54. package/template-mobile-vant-cli/src/components/PageContainer/style.module.less +0 -17
  55. package/template-mobile-vant-cli/src/components/TabsMenu/index.vue +0 -45
  56. package/template-mobile-vant-cli/src/core/gx-design/index.ts +0 -7
  57. package/template-mobile-vant-cli/src/core/index.ts +0 -5
  58. package/template-mobile-vant-cli/src/design/color.less +0 -1
  59. package/template-mobile-vant-cli/src/design/config.less +0 -5
  60. package/template-mobile-vant-cli/src/design/index.less +0 -3
  61. package/template-mobile-vant-cli/src/design/mixin.less +0 -65
  62. package/template-mobile-vant-cli/src/design/reset.less +0 -39
  63. package/template-mobile-vant-cli/src/design/root.less +0 -3
  64. package/template-mobile-vant-cli/src/design/vant/index.less +0 -0
  65. package/template-mobile-vant-cli/src/hooks/web/index.ts +0 -5
  66. package/template-mobile-vant-cli/src/hooks/web/usePageLoading.ts +0 -56
  67. package/template-mobile-vant-cli/src/layout/BasicLayout/index.vue +0 -18
  68. package/template-mobile-vant-cli/src/layout/BasicLayout/style.less +0 -3
  69. package/template-mobile-vant-cli/src/layout/UserLayout/index.vue +0 -18
  70. package/template-mobile-vant-cli/src/layout/UserLayout/style.module.less +0 -36
  71. package/template-mobile-vant-cli/src/main.ts +0 -34
  72. package/template-mobile-vant-cli/src/pages/Account/details.vue +0 -13
  73. package/template-mobile-vant-cli/src/pages/Account/index.vue +0 -102
  74. package/template-mobile-vant-cli/src/pages/Home/index.vue +0 -71
  75. package/template-mobile-vant-cli/src/pages/user/login/index.vue +0 -74
  76. package/template-mobile-vant-cli/src/plugins/dayjs/index.ts +0 -3
  77. package/template-mobile-vant-cli/src/plugins/index.ts +0 -2
  78. package/template-mobile-vant-cli/src/router/guard/index.ts +0 -18
  79. package/template-mobile-vant-cli/src/router/guard/permissions.ts +0 -41
  80. package/template-mobile-vant-cli/src/router/guard/stateGuard.ts +0 -10
  81. package/template-mobile-vant-cli/src/router/index.ts +0 -31
  82. package/template-mobile-vant-cli/src/router/routes/index.ts +0 -46
  83. package/template-mobile-vant-cli/src/router/routes/modules/dataSource.ts +0 -32
  84. package/template-mobile-vant-cli/src/services/index.ts +0 -31
  85. package/template-mobile-vant-cli/src/services/userCenter/account.ts +0 -42
  86. package/template-mobile-vant-cli/src/services/userCenter/index.ts +0 -28
  87. package/template-mobile-vant-cli/src/store/index.ts +0 -20
  88. package/template-mobile-vant-cli/src/store/modules/global.ts +0 -23
  89. package/template-mobile-vant-cli/src/store/modules/user.ts +0 -107
  90. package/template-mobile-vant-cli/src/utils/accessToken.ts +0 -97
  91. package/template-mobile-vant-cli/src/utils/crypto/index.ts +0 -56
  92. package/template-mobile-vant-cli/src/utils/env.ts +0 -50
  93. package/template-mobile-vant-cli/src/utils/pageTitle.ts +0 -20
  94. package/template-mobile-vant-cli/src/utils/request/XHR.ts +0 -137
  95. package/template-mobile-vant-cli/src/utils/request/axiosCancel.ts +0 -69
  96. package/template-mobile-vant-cli/src/utils/request/checkStatus.ts +0 -25
  97. package/template-mobile-vant-cli/src/utils/request/index.ts +0 -155
  98. package/template-mobile-vant-cli/src/utils/request/typings.ts +0 -171
  99. package/template-mobile-vant-cli/src/utils/storage.ts +0 -215
  100. package/template-mobile-vant-cli/src/utils/util.ts +0 -27
  101. package/template-mobile-vant-cli/src/utils/validate.ts +0 -211
  102. package/template-mobile-vant-cli/tsconfig.json +0 -50
  103. package/template-mobile-vant-cli/types/auto-imports.d.ts +0 -80
  104. package/template-mobile-vant-cli/types/components.d.ts +0 -7
  105. package/template-mobile-vant-cli/types/config.d.ts +0 -56
  106. package/template-mobile-vant-cli/types/global.d.ts +0 -80
  107. package/template-mobile-vant-cli/types/mock.d.ts +0 -34
  108. package/template-mobile-vant-cli/types/module.d.ts +0 -53
  109. package/template-mobile-vant-cli/types/response.d.ts +0 -17
  110. package/template-mobile-vant-cli/types/system.d.ts +0 -58
  111. package/template-mobile-vant-cli/types/vant-import.d.ts +0 -24
  112. package/template-mobile-vant-cli/unocss.config.ts +0 -155
  113. package/template-mobile-vant-cli/vite.config.ts +0 -142
  114. package/template-mobile-vant-html/README.md +0 -4
  115. package/template-mobile-vant-html/css/global.css +0 -293
  116. package/template-mobile-vant-html/css/global.css.map +0 -1
  117. package/template-mobile-vant-html/css/global.less +0 -293
  118. package/template-mobile-vant-html/css/index.css +0 -20
  119. package/template-mobile-vant-html/css/index.css.map +0 -1
  120. package/template-mobile-vant-html/css/index.less +0 -21
  121. package/template-mobile-vant-html/image/disconnected.svg +0 -60
  122. package/template-mobile-vant-html/image/empty.svg +0 -52
  123. package/template-mobile-vant-html/image/error.svg +0 -53
  124. package/template-mobile-vant-html/image/loading.svg +0 -1
  125. package/template-mobile-vant-html/index.html +0 -91
  126. package/template-mobile-vant-html/js/index.js +0 -29
  127. package/template-mobile-vant-html/js/plugin/day.min.js +0 -1
  128. package/template-mobile-vant-html/js/plugin/fastclick.js +0 -730
  129. package/template-mobile-vant-html/js/plugin/jquery.min.js +0 -2
  130. package/template-mobile-vant-html/js/plugin/rem.js +0 -28
  131. package/template-mobile-vant-html/js/utils/appUtil.js +0 -70
  132. package/template-mobile-vant-html/js/utils/config.js +0 -3
  133. package/template-mobile-vant-html/js/utils/request.js +0 -61
  134. package/template-mobile-vant-html/js/utils/utils.js +0 -65
  135. 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
- }