baiqiu-cms-decoration-dg 0.3.20 → 0.3.22
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 +24 -24
- package/package.json +53 -53
- package/vue.config.js +9 -9
- package/lib/baiqiu-cms-decoration-dg.common.js +0 -30
- package/lib/baiqiu-cms-decoration-dg.css +0 -7
- package/lib/baiqiu-cms-decoration-dg.umd.js +0 -30
- package/lib/baiqiu-cms-decoration-dg.umd.min.js +0 -30
- package/lib/demo.html +0 -10
- package/lib/fonts/iconfont.529b3ed0.ttf +0 -0
- package/lib/fonts/iconfont.580c918e.eot +0 -0
- package/lib/fonts/iconfont.ea5b1aa2.woff +0 -0
- package/lib/img/iconfont.210a3a86.svg +0 -89
package/README.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1
|
-
# cms
|
2
|
-
|
3
|
-
## Project setup
|
4
|
-
```
|
5
|
-
npm install
|
6
|
-
```
|
7
|
-
|
8
|
-
### Compiles and hot-reloads for development
|
9
|
-
```
|
10
|
-
npm run serve
|
11
|
-
```
|
12
|
-
|
13
|
-
### Compiles and minifies for production
|
14
|
-
```
|
15
|
-
npm run build
|
16
|
-
```
|
17
|
-
|
18
|
-
### Lints and fixes files
|
19
|
-
```
|
20
|
-
npm run lint
|
21
|
-
```
|
22
|
-
|
23
|
-
### Customize configuration
|
24
|
-
See [Configuration Reference](https://cli.vuejs.org/config/).
|
1
|
+
# cms
|
2
|
+
|
3
|
+
## Project setup
|
4
|
+
```
|
5
|
+
npm install
|
6
|
+
```
|
7
|
+
|
8
|
+
### Compiles and hot-reloads for development
|
9
|
+
```
|
10
|
+
npm run serve
|
11
|
+
```
|
12
|
+
|
13
|
+
### Compiles and minifies for production
|
14
|
+
```
|
15
|
+
npm run build
|
16
|
+
```
|
17
|
+
|
18
|
+
### Lints and fixes files
|
19
|
+
```
|
20
|
+
npm run lint
|
21
|
+
```
|
22
|
+
|
23
|
+
### Customize configuration
|
24
|
+
See [Configuration Reference](https://cli.vuejs.org/config/).
|
package/package.json
CHANGED
@@ -1,53 +1,53 @@
|
|
1
|
-
{
|
2
|
-
"name": "baiqiu-cms-decoration-dg",
|
3
|
-
"version": "0.3.
|
4
|
-
"license": "MIT",
|
5
|
-
"private": false,
|
6
|
-
"main": "lib/baiqiu-cms-decoration-dg.umd.min.js",
|
7
|
-
"scripts": {
|
8
|
-
"serve": "vue-cli-service serve",
|
9
|
-
"build": "vue-cli-service build --target lib ./src/index.js --name baiqiu-cms-decoration-dg --dest lib",
|
10
|
-
"lint": "vue-cli-service lint",
|
11
|
-
"republish": "npm run build & yalc publish",
|
12
|
-
"upload": "npm run build & npm publish"
|
13
|
-
},
|
14
|
-
"dependencies": {
|
15
|
-
"animate.css": "^4.1.1",
|
16
|
-
"axios": "^0.21.1",
|
17
|
-
"core-js": "^3.6.5",
|
18
|
-
"crypto-js": "^4.1.1",
|
19
|
-
"swiper": "^5.4.5",
|
20
|
-
"video.js": "^8.0.4",
|
21
|
-
"vue": "^2.6.11",
|
22
|
-
"vue-style-loader": "^4.1.3"
|
23
|
-
},
|
24
|
-
"devDependencies": {
|
25
|
-
"@vue/cli-plugin-babel": "~4.5.14",
|
26
|
-
"@vue/cli-service": "~4.5.14",
|
27
|
-
"node-sass": "^4.14.1",
|
28
|
-
"sass-loader": "^10.5.2",
|
29
|
-
"vue-loader": "^15.9.3",
|
30
|
-
"vue-template-compiler": "^2.6.11",
|
31
|
-
"webpack": "^4.3.0",
|
32
|
-
"webpack-cli": "^3.3.11"
|
33
|
-
},
|
34
|
-
"eslintConfig": {
|
35
|
-
"root": true,
|
36
|
-
"env": {
|
37
|
-
"node": true
|
38
|
-
},
|
39
|
-
"extends": [
|
40
|
-
"plugin:vue/essential",
|
41
|
-
"eslint:recommended"
|
42
|
-
],
|
43
|
-
"parserOptions": {
|
44
|
-
"parser": "babel-eslint"
|
45
|
-
},
|
46
|
-
"rules": {}
|
47
|
-
},
|
48
|
-
"browserslist": [
|
49
|
-
"> 1%",
|
50
|
-
"last 2 versions",
|
51
|
-
"not dead"
|
52
|
-
]
|
53
|
-
}
|
1
|
+
{
|
2
|
+
"name": "baiqiu-cms-decoration-dg",
|
3
|
+
"version": "0.3.22",
|
4
|
+
"license": "MIT",
|
5
|
+
"private": false,
|
6
|
+
"main": "lib/baiqiu-cms-decoration-dg.umd.min.js",
|
7
|
+
"scripts": {
|
8
|
+
"serve": "vue-cli-service serve",
|
9
|
+
"build": "vue-cli-service build --target lib ./src/index.js --name baiqiu-cms-decoration-dg --dest lib",
|
10
|
+
"lint": "vue-cli-service lint",
|
11
|
+
"republish": "npm run build & yalc publish",
|
12
|
+
"upload": "npm run build & npm publish"
|
13
|
+
},
|
14
|
+
"dependencies": {
|
15
|
+
"animate.css": "^4.1.1",
|
16
|
+
"axios": "^0.21.1",
|
17
|
+
"core-js": "^3.6.5",
|
18
|
+
"crypto-js": "^4.1.1",
|
19
|
+
"swiper": "^5.4.5",
|
20
|
+
"video.js": "^8.0.4",
|
21
|
+
"vue": "^2.6.11",
|
22
|
+
"vue-style-loader": "^4.1.3"
|
23
|
+
},
|
24
|
+
"devDependencies": {
|
25
|
+
"@vue/cli-plugin-babel": "~4.5.14",
|
26
|
+
"@vue/cli-service": "~4.5.14",
|
27
|
+
"node-sass": "^4.14.1",
|
28
|
+
"sass-loader": "^10.5.2",
|
29
|
+
"vue-loader": "^15.9.3",
|
30
|
+
"vue-template-compiler": "^2.6.11",
|
31
|
+
"webpack": "^4.3.0",
|
32
|
+
"webpack-cli": "^3.3.11"
|
33
|
+
},
|
34
|
+
"eslintConfig": {
|
35
|
+
"root": true,
|
36
|
+
"env": {
|
37
|
+
"node": true
|
38
|
+
},
|
39
|
+
"extends": [
|
40
|
+
"plugin:vue/essential",
|
41
|
+
"eslint:recommended"
|
42
|
+
],
|
43
|
+
"parserOptions": {
|
44
|
+
"parser": "babel-eslint"
|
45
|
+
},
|
46
|
+
"rules": {}
|
47
|
+
},
|
48
|
+
"browserslist": [
|
49
|
+
"> 1%",
|
50
|
+
"last 2 versions",
|
51
|
+
"not dead"
|
52
|
+
]
|
53
|
+
}
|
package/vue.config.js
CHANGED
@@ -1,10 +1,10 @@
|
|
1
|
-
module.exports = {
|
2
|
-
publicPath: './',
|
3
|
-
outputDir: 'lib',
|
4
|
-
productionSourceMap: false,
|
5
|
-
configureWebpack: {
|
6
|
-
optimization: {
|
7
|
-
minimize: true, // 开启代码压缩
|
8
|
-
},
|
9
|
-
}
|
1
|
+
module.exports = {
|
2
|
+
publicPath: './',
|
3
|
+
outputDir: 'lib',
|
4
|
+
productionSourceMap: false,
|
5
|
+
configureWebpack: {
|
6
|
+
optimization: {
|
7
|
+
minimize: true, // 开启代码压缩
|
8
|
+
},
|
9
|
+
}
|
10
10
|
}
|