@mayaxxp/cueui 1.0.0
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/.env.development +3 -0
- package/.env.production +3 -0
- package/.prettierrc.json +4 -0
- package/LICENSE +21 -0
- package/LISENSE +21 -0
- package/README.md +24 -0
- package/dist/cueui.common.js +26682 -0
- package/dist/cueui.common.js.map +1 -0
- package/dist/cueui.css +1 -0
- package/dist/cueui.umd.js +26701 -0
- package/dist/cueui.umd.js.map +1 -0
- package/dist/cueui.umd.min.js +10 -0
- package/dist/cueui.umd.min.js.map +1 -0
- package/dist/demo.html +1 -0
- package/package.json +78 -0
package/dist/demo.html
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!doctype html><meta charset="utf-8"><title>cueui demo</title><script src="./cueui.umd.js"></script><link rel="stylesheet" href="./cueui.css"><script>console.log(cueui)</script>
|
package/package.json
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@mayaxxp/cueui",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "X.xp Front-end Development Learning",
|
|
6
|
+
"author": "mayaxxp <mayaxxp@sina.com>",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"build": "vue-cli-service build",
|
|
9
|
+
"lint": "vue-cli-service lint",
|
|
10
|
+
"build:lib": "vue-cli-service build --target lib packages/index.js",
|
|
11
|
+
"dev": "vue-cli-service serve"
|
|
12
|
+
},
|
|
13
|
+
"main": "dist/CueUi.umd.min.js",
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"core-js": "^3.8.3",
|
|
16
|
+
"element-ui": "^2.15.12",
|
|
17
|
+
"highlight.js": "^11.11.1",
|
|
18
|
+
"lodash": "^4.17.23",
|
|
19
|
+
"sass": "^1.97.3",
|
|
20
|
+
"showdown": "^2.1.0",
|
|
21
|
+
"vue": "^2.6.14",
|
|
22
|
+
"vue-router": "^3.5.1",
|
|
23
|
+
"vuex": "^3.6.2",
|
|
24
|
+
"xe-utils": "^4.0.0"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@babel/core": "^7.12.16",
|
|
28
|
+
"@babel/eslint-parser": "^7.12.16",
|
|
29
|
+
"@vue/cli-plugin-babel": "~5.0.0",
|
|
30
|
+
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
31
|
+
"@vue/cli-plugin-router": "~5.0.0",
|
|
32
|
+
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
33
|
+
"@vue/cli-service": "~5.0.0",
|
|
34
|
+
"@vue/eslint-config-airbnb": "^6.0.0",
|
|
35
|
+
"babel-loader": ".1.0",
|
|
36
|
+
"css-loader": ".7.0",
|
|
37
|
+
"eslint": "^7.32.0",
|
|
38
|
+
"eslint-plugin-import": "^2.25.3",
|
|
39
|
+
"eslint-plugin-vue": "^8.0.3",
|
|
40
|
+
"eslint-plugin-vuejs-accessibility": "^1.1.0",
|
|
41
|
+
"less": "^4.5.1",
|
|
42
|
+
"less-loader": "^8.1.1",
|
|
43
|
+
"mini-css-extract-plugin": "^2.10.0",
|
|
44
|
+
"mockjs": "^1.1.0",
|
|
45
|
+
"node-sass": "^9.0.0",
|
|
46
|
+
"sass-loader": "^16.0.6",
|
|
47
|
+
"style-resources-loader": "^1.4.1",
|
|
48
|
+
"vue-cli-plugin-style-resources-loader": "~0.1.5",
|
|
49
|
+
"vue-ls": "^4.2.0",
|
|
50
|
+
"vue-template-compiler": "^2.6.14"
|
|
51
|
+
},
|
|
52
|
+
"packageManager": "pnpm@10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912",
|
|
53
|
+
"directories": {
|
|
54
|
+
"example": "examples"
|
|
55
|
+
},
|
|
56
|
+
"repository": {
|
|
57
|
+
"type": "git",
|
|
58
|
+
"url": "git+ssh://git@github.com/mayaxxp/CuiDesign.git"
|
|
59
|
+
},
|
|
60
|
+
"keywords": [
|
|
61
|
+
"a",
|
|
62
|
+
"secondary",
|
|
63
|
+
"encapsulated",
|
|
64
|
+
"element-ui",
|
|
65
|
+
"library",
|
|
66
|
+
"Quick",
|
|
67
|
+
"selectors",
|
|
68
|
+
"tables",
|
|
69
|
+
"and",
|
|
70
|
+
"dynamic",
|
|
71
|
+
"forms"
|
|
72
|
+
],
|
|
73
|
+
"license": "MIT",
|
|
74
|
+
"bugs": {
|
|
75
|
+
"url": "https://github.com/mayaxxp/CuiDesign/issues"
|
|
76
|
+
},
|
|
77
|
+
"homepage": "https://github.com/mayaxxp/CuiDesign#readme"
|
|
78
|
+
}
|