init
parents
Showing
.babelrc
0 → 100644
.editorconfig
0 → 100644
.gitignore
0 → 100644
.postcssrc.js
0 → 100644
README.md
0 → 100644
build/build.js
0 → 100644
build/check-versions.js
0 → 100644
build/logo.png
0 → 100644
6.69 KB
build/utils.js
0 → 100644
build/vue-loader.conf.js
0 → 100644
build/webpack.base.conf.js
0 → 100644
build/webpack.dev.conf.js
0 → 100644
build/webpack.prod.conf.js
0 → 100644
config/dev.env.js
0 → 100644
config/index.js
0 → 100644
config/prod.env.js
0 → 100644
config/test.env.js
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"name": "test-zui", | ||
"version": "1.0.5", | ||
"description": "A Vue.js project", | ||
"author": "wr <584490439@qq.com>", | ||
"private": false, | ||
"scripts": { | ||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | ||
"start": "npm run dev", | ||
"unit": "jest --config test/unit/jest.conf.js --coverage", | ||
"e2e": "node test/e2e/runner.js", | ||
"test": "npm run unit && npm run e2e", | ||
"build": "node build/build.js" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.19.0", | ||
"vue": "^2.5.2", | ||
"vue-awesome-swiper": "^3.1.3", | ||
"vue-router": "^3.0.1", | ||
"vue-ydui": "^1.2.6" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^7.1.2", | ||
"babel-core": "^6.22.1", | ||
"babel-helper-vue-jsx-merge-props": "^2.0.3", | ||
"babel-jest": "^21.0.2", | ||
"babel-loader": "^7.1.1", | ||
"babel-plugin-dynamic-import-node": "^1.2.0", | ||
"babel-plugin-syntax-jsx": "^6.18.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", | ||
"babel-plugin-transform-runtime": "^6.22.0", | ||
"babel-plugin-transform-vue-jsx": "^3.5.0", | ||
"babel-preset-env": "^1.3.2", | ||
"babel-preset-stage-2": "^6.22.0", | ||
"babel-register": "^6.22.0", | ||
"chalk": "^2.0.1", | ||
"chromedriver": "^2.27.2", | ||
"copy-webpack-plugin": "^4.0.1", | ||
"cross-spawn": "^5.0.1", | ||
"css-loader": "^0.28.0", | ||
"extract-text-webpack-plugin": "^3.0.0", | ||
"file-loader": "^1.1.4", | ||
"friendly-errors-webpack-plugin": "^1.6.1", | ||
"html-webpack-plugin": "^2.30.1", | ||
"jest": "^22.0.4", | ||
"jest-serializer-vue": "^0.3.0", | ||
"jquery": "^3.4.1", | ||
"nightwatch": "^0.9.12", | ||
"node-notifier": "^5.1.2", | ||
"optimize-css-assets-webpack-plugin": "^3.2.0", | ||
"ora": "^1.2.0", | ||
"portfinder": "^1.0.13", | ||
"postcss-import": "^11.0.0", | ||
"postcss-loader": "^2.0.8", | ||
"postcss-url": "^7.2.1", | ||
"rimraf": "^2.6.0", | ||
"selenium-server": "^3.0.1", | ||
"semver": "^5.3.0", | ||
"shelljs": "^0.7.6", | ||
"uglifyjs-webpack-plugin": "^1.1.1", | ||
"url-loader": "^0.5.8", | ||
"vue-jest": "^1.0.2", | ||
"vue-loader": "^13.3.0", | ||
"vue-style-loader": "^3.0.1", | ||
"vue-template-compiler": "^2.5.2", | ||
"webpack": "^3.6.0", | ||
"webpack-bundle-analyzer": "^2.9.0", | ||
"webpack-dev-server": "^2.9.1", | ||
"webpack-merge": "^4.1.0" | ||
}, | ||
"engines": { | ||
"node": ">= 6.0.0", | ||
"npm": ">= 3.0.0" | ||
}, | ||
"main": "src/packages/index.js", | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not ie <= 8" | ||
] | ||
} |
src/App.vue
0 → 100644
src/assets/bus.js
0 → 100644
src/assets/fwzn.png
0 → 100644
6.6 KB
src/assets/iconfont/demo.css
0 → 100644
src/assets/iconfont/demo_index.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/iconfont/iconfont.css
0 → 100644
src/assets/iconfont/iconfont.eot
0 → 100644
File added
src/assets/iconfont/iconfont.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/iconfont/iconfont.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/iconfont/iconfont.ttf
0 → 100644
File added
src/assets/iconfont/iconfont.woff
0 → 100644
File added
src/assets/iconfont/iconfont.woff2
0 → 100644
File added
src/assets/inquiry.png
0 → 100644
6.48 KB
src/assets/kuaidi.png
0 → 100644
9.55 KB
src/assets/laba.png
0 → 100644
10.3 KB
src/assets/logo.png
0 → 100644
6.69 KB
src/assets/sys.png
0 → 100644
3.25 KB
src/assets/xinfeng.png
0 → 100644
4.67 KB
src/assets/xing.png
0 → 100644
9.83 KB
src/assets/ydui.flexible.js
0 → 100644
src/common/filters.js
0 → 100644
src/components/HelloWorld copy.vue
0 → 100644
src/components/HelloWorld.vue
0 → 100644
src/http.js
0 → 100644
src/main.js
0 → 100644
src/packages/businesslist/businesslist.vue
0 → 100644
src/packages/businesslist/index.js
0 → 100644
src/packages/celllist/celllist.vue
0 → 100644
src/packages/celllist/index.js
0 → 100644
src/packages/changephone/chnagephone.vue
0 → 100644
src/packages/changephone/index.js
0 → 100644
src/packages/collection/collection.vue
0 → 100644
src/packages/collection/index.js
0 → 100644
src/packages/feedback/feedback.vue
0 → 100644
src/packages/feedback/index.js
0 → 100644
src/packages/feedbacklist/feedbacklist.vue
0 → 100644
src/packages/feedbacklist/index.js
0 → 100644
src/packages/footers/footers.vue
0 → 100644
src/packages/footers/index.js
0 → 100644
src/packages/funlist/funlist.vue
0 → 100644
src/packages/funlist/index.js
0 → 100644
src/packages/funlists/funlists.vue
0 → 100644
src/packages/funlists/index.js
0 → 100644
src/packages/index.js
0 → 100644
src/packages/invoice/index.js
0 → 100644
src/packages/invoice/invoice.vue
0 → 100644
src/packages/login/forgetpassword.vue
0 → 100644
src/packages/login/index.js
0 → 100644
src/packages/login/index.vue
0 → 100644
src/packages/login/inputpassword.vue
0 → 100644
src/packages/login/login.vue
0 → 100644
src/packages/login/registerprotocol.vue
0 → 100644
src/packages/news/index.js
0 → 100644
src/packages/news/news.vue
0 → 100644
src/packages/overage/index.js
0 → 100644
src/packages/overage/overage.vue
0 → 100644
src/packages/password/index.js
0 → 100644
src/packages/password/password.vue
0 → 100644
src/packages/register/index.js
0 → 100644
src/packages/register/register.vue
0 → 100644
src/packages/rollnotice/index.js
0 → 100644
src/packages/rollnotice/rollnotice.vue
0 → 100644
src/packages/search/index.js
0 → 100644
src/packages/search/search.vue
0 → 100644
src/packages/swipers/index.js
0 → 100644
src/packages/swipers/swipers.vue
0 → 100644
src/packages/tab/index.js
0 → 100644
src/packages/tab/tab.vue
0 → 100644
src/packages/threelist/index.js
0 → 100644
src/packages/threelist/threelist.vue
0 → 100644
src/packages/userinfo/index.js
0 → 100644
src/packages/userinfo/userinfo.vue
0 → 100644
src/packages/userlist/index.js
0 → 100644
src/packages/userlist/userlist.vue
0 → 100644
src/router/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
static/7acee8d9034f32af81be4eb0d06abb8f.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
static/add.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/adress.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/baogao.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/bhg.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/bpd.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/chanping.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/close.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/company.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/contract.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/dianao.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/dianhua.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/dingdan.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/fangfa.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/fankui.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/fapaiao.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/fapiao.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/fujian.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/fwzn.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/fxfz.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/gongsi.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/head.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/help.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/hetong.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/hg.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/inquiry.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/invioce.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/kd1.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/kd2.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/kuaidi.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/laba.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/lecture.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/lianxi.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/ljt.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/newheade.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
static/notice.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/order.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/qiye.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/qiye1.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/quanxian.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/s1.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
static/s2.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
static/s3.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/shoucang.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/shoucang1.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/shoucang2.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/sys.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/timg.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/updata.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/wodedingdan.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/xiangji.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/xinfeng.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/xing.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/youxiang.png
0 → 100644
This diff is collapsed.
Click to expand it.