zydx-plus 1.0.2 → 1.0.3
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/package.json +89 -33
- package/src/components/input/src/main.vue +3 -45
- package/babel.config.js +0 -5
- package/jsconfig.json +0 -19
- package/src/App.vue +0 -27
- package/src/main.js +0 -8
- package/vue.config.js +0 -4
package/package.json
CHANGED
|
@@ -1,45 +1,101 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zydx-plus",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"
|
|
5
|
-
"main": "
|
|
6
|
-
"files": [
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"description": "Vue.js",
|
|
5
|
+
"main": "src/index.js",
|
|
6
|
+
"files": [
|
|
7
|
+
"src"
|
|
8
|
+
],
|
|
7
9
|
"scripts": {
|
|
8
10
|
"bootstrap": "yarn || npm i",
|
|
9
11
|
"serve": "vue-cli-service serve",
|
|
10
12
|
"build": "vue-cli-service build",
|
|
11
13
|
"lint": "vue-cli-service lint"
|
|
12
14
|
},
|
|
15
|
+
"keywords": [
|
|
16
|
+
"eleme",
|
|
17
|
+
"vue",
|
|
18
|
+
"components"
|
|
19
|
+
],
|
|
20
|
+
"license": "MIT",
|
|
21
|
+
"author": "",
|
|
13
22
|
"peerDependencies": {
|
|
14
|
-
"vue": "^2.5.
|
|
23
|
+
"vue": "^2.5.17"
|
|
15
24
|
},
|
|
16
25
|
"devDependencies": {
|
|
17
|
-
"@
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
|
|
26
|
+
"@vue/component-compiler-utils": "^2.6.0",
|
|
27
|
+
"algoliasearch": "^3.24.5",
|
|
28
|
+
"babel-cli": "^6.26.0",
|
|
29
|
+
"babel-core": "^6.26.3",
|
|
30
|
+
"babel-loader": "^7.1.5",
|
|
31
|
+
"babel-plugin-add-module-exports": "^0.2.1",
|
|
32
|
+
"babel-plugin-istanbul": "^4.1.1",
|
|
33
|
+
"babel-plugin-module-resolver": "^2.2.0",
|
|
34
|
+
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
35
|
+
"babel-plugin-transform-vue-jsx": "^3.7.0",
|
|
36
|
+
"babel-preset-env": "^1.7.0",
|
|
37
|
+
"babel-preset-stage-2": "^6.24.1",
|
|
38
|
+
"babel-regenerator-runtime": "^6.5.0",
|
|
39
|
+
"chai": "^4.2.0",
|
|
40
|
+
"chokidar": "^1.7.0",
|
|
41
|
+
"copy-webpack-plugin": "^5.0.0",
|
|
42
|
+
"coveralls": "^3.0.3",
|
|
43
|
+
"cp-cli": "^1.0.2",
|
|
44
|
+
"cross-env": "^3.1.3",
|
|
45
|
+
"css-loader": "^2.1.0",
|
|
46
|
+
"es6-promise": "^4.0.5",
|
|
47
|
+
"eslint": "4.18.2",
|
|
48
|
+
"eslint-config-elemefe": "0.1.1",
|
|
49
|
+
"eslint-loader": "^2.0.0",
|
|
50
|
+
"eslint-plugin-html": "^4.0.1",
|
|
51
|
+
"eslint-plugin-json": "^1.2.0",
|
|
52
|
+
"file-loader": "^1.1.11",
|
|
53
|
+
"file-save": "^0.2.0",
|
|
54
|
+
"gulp": "^4.0.0",
|
|
55
|
+
"gulp-autoprefixer": "^6.0.0",
|
|
56
|
+
"gulp-cssmin": "^0.2.0",
|
|
57
|
+
"gulp-sass": "^4.0.2",
|
|
58
|
+
"highlight.js": "^9.3.0",
|
|
59
|
+
"html-webpack-plugin": "^3.2.0",
|
|
60
|
+
"json-loader": "^0.5.7",
|
|
61
|
+
"json-templater": "^1.0.4",
|
|
62
|
+
"karma": "^4.0.1",
|
|
63
|
+
"karma-chrome-launcher": "^2.2.0",
|
|
64
|
+
"karma-coverage": "^1.1.2",
|
|
65
|
+
"karma-mocha": "^1.3.0",
|
|
66
|
+
"karma-sinon-chai": "^2.0.2",
|
|
67
|
+
"karma-sourcemap-loader": "^0.3.7",
|
|
68
|
+
"karma-spec-reporter": "^0.0.32",
|
|
69
|
+
"karma-webpack": "^3.0.5",
|
|
70
|
+
"launch-editor-middleware": "^2.3.0",
|
|
71
|
+
"markdown-it": "^8.4.1",
|
|
72
|
+
"markdown-it-anchor": "^5.0.2",
|
|
73
|
+
"markdown-it-chain": "^1.3.0",
|
|
74
|
+
"markdown-it-container": "^2.0.0",
|
|
75
|
+
"mini-css-extract-plugin": "^0.4.1",
|
|
76
|
+
"mocha": "^6.0.2",
|
|
77
|
+
"node-sass": "^4.11.0",
|
|
78
|
+
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
|
79
|
+
"postcss": "^7.0.14",
|
|
80
|
+
"progress-bar-webpack-plugin": "^1.11.0",
|
|
81
|
+
"rimraf": "^2.5.4",
|
|
82
|
+
"sass-loader": "^7.1.0",
|
|
83
|
+
"select-version-cli": "^0.0.2",
|
|
84
|
+
"sinon": "^7.2.7",
|
|
85
|
+
"sinon-chai": "^3.3.0",
|
|
86
|
+
"style-loader": "^0.23.1",
|
|
87
|
+
"transliteration": "^1.1.11",
|
|
88
|
+
"uglifyjs-webpack-plugin": "^2.1.1",
|
|
89
|
+
"uppercamelcase": "^1.1.0",
|
|
90
|
+
"url-loader": "^1.0.1",
|
|
91
|
+
"vue": "2.5.21",
|
|
92
|
+
"vue-loader": "^15.7.0",
|
|
93
|
+
"vue-router": "^3.0.1",
|
|
94
|
+
"vue-template-compiler": "2.5.21",
|
|
95
|
+
"vue-template-es2015-compiler": "^1.6.0",
|
|
96
|
+
"webpack": "^4.14.0",
|
|
97
|
+
"webpack-cli": "^3.0.8",
|
|
98
|
+
"webpack-dev-server": "^3.1.11",
|
|
99
|
+
"webpack-node-externals": "^1.7.2"
|
|
100
|
+
}
|
|
45
101
|
}
|
|
@@ -1,58 +1,16 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="hello">
|
|
3
|
-
<h1>
|
|
4
|
-
<p>
|
|
5
|
-
For a guide and recipes on how to configure / customize this project,<br>
|
|
6
|
-
check out the
|
|
7
|
-
<a href="https://cli.vuejs.org" target="_blank" rel="noopener">vue-cli documentation</a>.
|
|
8
|
-
</p>
|
|
9
|
-
<h3>Installed CLI Plugins</h3>
|
|
10
|
-
<ul>
|
|
11
|
-
<li><a href="https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-babel" target="_blank" rel="noopener">babel</a></li>
|
|
12
|
-
<li><a href="https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-eslint" target="_blank" rel="noopener">eslint</a></li>
|
|
13
|
-
</ul>
|
|
14
|
-
<h3>Essential Links</h3>
|
|
15
|
-
<ul>
|
|
16
|
-
<li><a href="https://vuejs.org" target="_blank" rel="noopener">Core Docs</a></li>
|
|
17
|
-
<li><a href="https://forum.vuejs.org" target="_blank" rel="noopener">Forum</a></li>
|
|
18
|
-
<li><a href="https://chat.vuejs.org" target="_blank" rel="noopener">Community Chat</a></li>
|
|
19
|
-
<li><a href="https://twitter.com/vuejs" target="_blank" rel="noopener">Twitter</a></li>
|
|
20
|
-
<li><a href="https://news.vuejs.org" target="_blank" rel="noopener">News</a></li>
|
|
21
|
-
</ul>
|
|
22
|
-
<h3>Ecosystem</h3>
|
|
23
|
-
<ul>
|
|
24
|
-
<li><a href="https://router.vuejs.org" target="_blank" rel="noopener">vue-router</a></li>
|
|
25
|
-
<li><a href="https://vuex.vuejs.org" target="_blank" rel="noopener">vuex</a></li>
|
|
26
|
-
<li><a href="https://github.com/vuejs/vue-devtools#vue-devtools" target="_blank" rel="noopener">vue-devtools</a></li>
|
|
27
|
-
<li><a href="https://vue-loader.vuejs.org" target="_blank" rel="noopener">vue-loader</a></li>
|
|
28
|
-
<li><a href="https://github.com/vuejs/awesome-vue" target="_blank" rel="noopener">awesome-vue</a></li>
|
|
29
|
-
</ul>
|
|
3
|
+
<h1>111111</h1>
|
|
30
4
|
</div>
|
|
31
5
|
</template>
|
|
32
6
|
|
|
33
7
|
<script>
|
|
34
8
|
export default {
|
|
35
|
-
name: 'zydxInput'
|
|
36
|
-
props: {
|
|
37
|
-
msg: String
|
|
38
|
-
}
|
|
9
|
+
name: 'zydxInput'
|
|
39
10
|
}
|
|
40
11
|
</script>
|
|
41
12
|
|
|
42
13
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
|
43
14
|
<style scoped>
|
|
44
|
-
|
|
45
|
-
margin: 40px 0 0;
|
|
46
|
-
}
|
|
47
|
-
ul {
|
|
48
|
-
list-style-type: none;
|
|
49
|
-
padding: 0;
|
|
50
|
-
}
|
|
51
|
-
li {
|
|
52
|
-
display: inline-block;
|
|
53
|
-
margin: 0 10px;
|
|
54
|
-
}
|
|
55
|
-
a {
|
|
56
|
-
color: #42b983;
|
|
57
|
-
}
|
|
15
|
+
|
|
58
16
|
</style>
|
package/babel.config.js
DELETED
package/jsconfig.json
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"target": "es5",
|
|
4
|
-
"module": "esnext",
|
|
5
|
-
"baseUrl": "./",
|
|
6
|
-
"moduleResolution": "node",
|
|
7
|
-
"paths": {
|
|
8
|
-
"@/*": [
|
|
9
|
-
"src/*"
|
|
10
|
-
]
|
|
11
|
-
},
|
|
12
|
-
"lib": [
|
|
13
|
-
"esnext",
|
|
14
|
-
"dom",
|
|
15
|
-
"dom.iterable",
|
|
16
|
-
"scripthost"
|
|
17
|
-
]
|
|
18
|
-
}
|
|
19
|
-
}
|
package/src/App.vue
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div id="app">
|
|
3
|
-
<HelloWorld msg="Welcome to Your Vue.js App"/>
|
|
4
|
-
</div>
|
|
5
|
-
</template>
|
|
6
|
-
|
|
7
|
-
<script>
|
|
8
|
-
import HelloWorld from './components/input/src/main'
|
|
9
|
-
|
|
10
|
-
export default {
|
|
11
|
-
name: 'App',
|
|
12
|
-
components: {
|
|
13
|
-
HelloWorld
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
</script>
|
|
17
|
-
|
|
18
|
-
<style>
|
|
19
|
-
#app {
|
|
20
|
-
font-family: Avenir, Helvetica, Arial, sans-serif;
|
|
21
|
-
-webkit-font-smoothing: antialiased;
|
|
22
|
-
-moz-osx-font-smoothing: grayscale;
|
|
23
|
-
text-align: center;
|
|
24
|
-
color: #2c3e50;
|
|
25
|
-
margin-top: 60px;
|
|
26
|
-
}
|
|
27
|
-
</style>
|
package/src/main.js
DELETED
package/vue.config.js
DELETED