hyd-front-template-cli 0.0.1 → 0.0.4
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/config.js +12 -2
- package/package.json +2 -2
- package/readme.md +11 -0
package/config.js
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
template: [
|
|
2
|
+
template: [
|
|
3
|
+
'ruoyi-admin-template-ts',
|
|
4
|
+
'ruoyi-admin-template',
|
|
5
|
+
'h5-template-ts',
|
|
6
|
+
'my-react-h5-template',
|
|
7
|
+
'my-react-h5-template-ts'
|
|
8
|
+
],
|
|
3
9
|
templateUrl: {
|
|
4
10
|
'ruoyi-admin-template-ts':
|
|
5
11
|
'https://JerryCodeCloud:5f23c74d272c45f412ca2c70c58dd3af@gitee.com/JerryCodeCloud/my-ruoyi-admin-template-ts.git',
|
|
@@ -8,6 +14,10 @@ module.exports = {
|
|
|
8
14
|
/* 'h5-template':
|
|
9
15
|
'https://JerryCodeCloud:5f23c74d272c45f412ca2c70c58dd3af@gitee.com/JerryCodeCloud/my-h5-template.git', */
|
|
10
16
|
'h5-template-ts':
|
|
11
|
-
'https://JerryCodeCloud:5f23c74d272c45f412ca2c70c58dd3af@gitee.com/JerryCodeCloud/my-h5-template-ts.git'
|
|
17
|
+
'https://JerryCodeCloud:5f23c74d272c45f412ca2c70c58dd3af@gitee.com/JerryCodeCloud/my-h5-template-ts.git',
|
|
18
|
+
'my-react-h5-template':
|
|
19
|
+
'https://JerryCodeCloud:5f23c74d272c45f412ca2c70c58dd3af@gitee.com/JerryCodeCloud/my-react-h5-template.git',
|
|
20
|
+
'my-react-h5-template-ts':
|
|
21
|
+
'https://JerryCodeCloud:5f23c74d272c45f412ca2c70c58dd3af@gitee.com/JerryCodeCloud/my-react-h5-template-ts.git'
|
|
12
22
|
}
|
|
13
23
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hyd-front-template-cli",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "适合本公司整体样式风格的若依后台管理框架模版,以及基于vue3的h5模版。仅限本公司内容使用。@copyright 2025 hyd",
|
|
3
|
+
"version": "0.0.4",
|
|
4
|
+
"description": "适合本公司整体样式风格的若依后台管理框架模版,以及基于vue3、react的h5模版。仅限本公司内容使用。@copyright 2025 hyd",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"hyd-front-template-cli": "bin/index.js"
|