cloudcc-cli 1.8.7 → 1.8.9
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/README.md +1326 -1312
- package/bin/cc.js +49 -49
- package/bin/plugin.js +5 -5
- package/bin/project.js +5 -5
- package/core/core/ServiceResult.java +35 -35
- package/core/core/UserInfo.java +45 -45
- package/package.json +34 -34
- package/src/classes/create.js +43 -43
- package/src/classes/index.js +8 -8
- package/src/classes/publish.js +45 -45
- package/src/config/get.js +20 -20
- package/src/config/index.js +8 -8
- package/src/config/use.js +14 -14
- package/src/object/get.js +35 -35
- package/src/object/index.js +7 -7
- package/src/plugin/create.js +70 -70
- package/src/plugin/create1.js +58 -58
- package/src/plugin/index.js +8 -8
- package/src/plugin/publish.js +267 -267
- package/src/plugin/publish1.js +297 -297
- package/src/plugin/readme.md +6 -6
- package/src/project/create.js +83 -83
- package/src/project/create1.js +105 -105
- package/src/project/index.js +7 -7
- package/src/recordType/get.js +13 -13
- package/src/recordType/index.js +7 -7
- package/src/script/create.js +35 -35
- package/src/script/index.js +8 -8
- package/src/script/publish.js +71 -51
- package/src/timer/create.js +29 -29
- package/src/timer/index.js +8 -8
- package/src/timer/publish.js +47 -47
- package/src/token/get.js +11 -11
- package/src/token/index.js +7 -7
- package/src/triggers/create.js +39 -39
- package/src/triggers/index.js +8 -8
- package/src/triggers/publish.js +53 -53
- package/template/Appvue +24 -24
- package/template/babelconfigjs +5 -5
- package/template/demojava +14 -14
- package/template/gitignore +13 -13
- package/template/index.js +57 -57
- package/template/indexhtml +21 -21
- package/template/indexvue +29 -29
- package/template/javaconfigjson +2 -2
- package/template/mainjs +13 -13
- package/template/package-lockjson +13952 -13952
- package/template/packagejson +42 -42
- package/template/vueconfigjs +21 -21
- package/tool/branch/index.js +25 -25
- package/tool/checkLange/checkLang.js +68 -68
- package/tool/checkLange/clearLang.js +85 -85
- package/utils/cache.js +31 -31
- package/utils/checkVersion.js +107 -107
- package/utils/config.js +18 -18
- package/utils/http.js +123 -123
- package/utils/utils.js +95 -95
package/template/indexhtml
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="">
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="utf-8">
|
|
6
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
7
|
-
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
8
|
-
<title>
|
|
9
|
-
Cloudcc Plugin Dev
|
|
10
|
-
</title>
|
|
11
|
-
</head>
|
|
12
|
-
|
|
13
|
-
<body>
|
|
14
|
-
<noscript>
|
|
15
|
-
<strong>We're sorry but Cloudcc Plugin Dev doesn't work properly without JavaScript enabled.
|
|
16
|
-
Please enable it to continue.</strong>
|
|
17
|
-
</noscript>
|
|
18
|
-
<div id="app"></div>
|
|
19
|
-
<!-- built files will be auto injected -->
|
|
20
|
-
</body>
|
|
21
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="">
|
|
3
|
+
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="utf-8">
|
|
6
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
7
|
+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
8
|
+
<title>
|
|
9
|
+
Cloudcc Plugin Dev
|
|
10
|
+
</title>
|
|
11
|
+
</head>
|
|
12
|
+
|
|
13
|
+
<body>
|
|
14
|
+
<noscript>
|
|
15
|
+
<strong>We're sorry but Cloudcc Plugin Dev doesn't work properly without JavaScript enabled.
|
|
16
|
+
Please enable it to continue.</strong>
|
|
17
|
+
</noscript>
|
|
18
|
+
<div id="app"></div>
|
|
19
|
+
<!-- built files will be auto injected -->
|
|
20
|
+
</body>
|
|
21
|
+
|
|
22
22
|
</html>
|
package/template/indexvue
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="cc-container" >
|
|
3
|
-
<div>hello World </div>
|
|
4
|
-
</div>
|
|
5
|
-
</template>
|
|
6
|
-
|
|
7
|
-
<script>
|
|
8
|
-
export default {
|
|
9
|
-
data() {
|
|
10
|
-
return {
|
|
11
|
-
componentInfo: {
|
|
12
|
-
// Component unique identifier, globally unique
|
|
13
|
-
component: "cloudcc-demo-01",
|
|
14
|
-
// Component name, the name displayed in the page editor
|
|
15
|
-
compName: "cloudcc-demo-01",
|
|
16
|
-
// Component description information
|
|
17
|
-
compDesc: "Component description information",
|
|
18
|
-
},
|
|
19
|
-
isLock: false,
|
|
20
|
-
};
|
|
21
|
-
},
|
|
22
|
-
};
|
|
23
|
-
</script>
|
|
24
|
-
< style lang = "scss" scoped >
|
|
25
|
-
.cc - container {
|
|
26
|
-
text - align: center;
|
|
27
|
-
padding: 8px;
|
|
28
|
-
background: goldenrod;
|
|
29
|
-
}
|
|
1
|
+
<template>
|
|
2
|
+
<div class="cc-container" >
|
|
3
|
+
<div>hello World </div>
|
|
4
|
+
</div>
|
|
5
|
+
</template>
|
|
6
|
+
|
|
7
|
+
<script>
|
|
8
|
+
export default {
|
|
9
|
+
data() {
|
|
10
|
+
return {
|
|
11
|
+
componentInfo: {
|
|
12
|
+
// Component unique identifier, globally unique
|
|
13
|
+
component: "cloudcc-demo-01",
|
|
14
|
+
// Component name, the name displayed in the page editor
|
|
15
|
+
compName: "cloudcc-demo-01",
|
|
16
|
+
// Component description information
|
|
17
|
+
compDesc: "Component description information",
|
|
18
|
+
},
|
|
19
|
+
isLock: false,
|
|
20
|
+
};
|
|
21
|
+
},
|
|
22
|
+
};
|
|
23
|
+
</script>
|
|
24
|
+
< style lang = "scss" scoped >
|
|
25
|
+
.cc - container {
|
|
26
|
+
text - align: center;
|
|
27
|
+
padding: 8px;
|
|
28
|
+
background: goldenrod;
|
|
29
|
+
}
|
|
30
30
|
</style>
|
package/template/javaconfigjson
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "demo"
|
|
1
|
+
{
|
|
2
|
+
"name": "demo"
|
|
3
3
|
}
|
package/template/mainjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import Vue from 'vue';
|
|
2
|
-
import ElementUI from 'element-ui';
|
|
3
|
-
Vue.use(ElementUI);
|
|
4
|
-
import 'element-ui/lib/theme-chalk/index.css';
|
|
5
|
-
|
|
6
|
-
import App from './App.vue';
|
|
7
|
-
|
|
8
|
-
Vue.prototype.$Components = new Map()
|
|
9
|
-
Vue.config.productionTip = false
|
|
10
|
-
|
|
11
|
-
new Vue({
|
|
12
|
-
render: h => h(App),
|
|
13
|
-
}).$mount('#app')
|
|
1
|
+
import Vue from 'vue';
|
|
2
|
+
import ElementUI from 'element-ui';
|
|
3
|
+
Vue.use(ElementUI);
|
|
4
|
+
import 'element-ui/lib/theme-chalk/index.css';
|
|
5
|
+
|
|
6
|
+
import App from './App.vue';
|
|
7
|
+
|
|
8
|
+
Vue.prototype.$Components = new Map()
|
|
9
|
+
Vue.config.productionTip = false
|
|
10
|
+
|
|
11
|
+
new Vue({
|
|
12
|
+
render: h => h(App),
|
|
13
|
+
}).$mount('#app')
|