update dist
This commit is contained in:
parent
32feec8163
commit
a7713a7655
7 changed files with 40902 additions and 2623 deletions
38242
dist/iview.js
vendored
Normal file
38242
dist/iview.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/iview.js.map
vendored
Normal file
1
dist/iview.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
26
dist/iview.min.js
vendored
Normal file
26
dist/iview.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/iview.min.js.gz
vendored
Normal file
BIN
dist/iview.min.js.gz
vendored
Normal file
Binary file not shown.
1
dist/iview.min.js.map
vendored
Normal file
1
dist/iview.min.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
5234
package-lock.json
generated
5234
package-lock.json
generated
File diff suppressed because it is too large
Load diff
21
package.json
21
package.json
|
@ -4,14 +4,23 @@
|
||||||
"title": "iView",
|
"title": "iView",
|
||||||
"description": "A high quality UI components Library with Vue.js",
|
"description": "A high quality UI components Library with Vue.js",
|
||||||
"homepage": "http://www.iviewui.com",
|
"homepage": "http://www.iviewui.com",
|
||||||
"keywords": ["iview", "vue", "vue.js", "component", "components", "ui", "framework"],
|
"keywords": [
|
||||||
|
"iview",
|
||||||
|
"vue",
|
||||||
|
"vue.js",
|
||||||
|
"component",
|
||||||
|
"components",
|
||||||
|
"ui",
|
||||||
|
"framework"
|
||||||
|
],
|
||||||
"main": "dist/iview.js",
|
"main": "dist/iview.js",
|
||||||
"files": ["dist", "src"],
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"src"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev":
|
"dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js",
|
||||||
"webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js",
|
"dev:s": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --host 0.0.0.0 --config build/webpack.dev.config.js",
|
||||||
"dev:s":
|
|
||||||
"webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --host 0.0.0.0 --config build/webpack.dev.config.js",
|
|
||||||
"dist:style": "gulp --gulpfile build/build-style.js",
|
"dist:style": "gulp --gulpfile build/build-style.js",
|
||||||
"dist:dev": "webpack --config build/webpack.dist.dev.config.js",
|
"dist:dev": "webpack --config build/webpack.dist.dev.config.js",
|
||||||
"dist:prod": "webpack --config build/webpack.dist.prod.config.js",
|
"dist:prod": "webpack --config build/webpack.dist.prod.config.js",
|
||||||
|
|
Loading…
Add table
Reference in a new issue