Initial commit
parents
Showing
.babelrc
0 → 100644
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
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": "voucher-h5", | ||
"version": "1.0.0", | ||
"description": "voucher h5 project", | ||
"author": "panqi@icaremgt.com <panqi@icaremgt.com>", | ||
"private": true, | ||
"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", | ||
"lint": "eslint --ext .js,.vue src test/unit test/e2e/specs", | ||
"build": "node build/build.js" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.19.0", | ||
"mint-ui": "^2.2.13", | ||
"nprogress": "^0.2.0", | ||
"qrcodejs2": "0.0.2", | ||
"vue": "^2.5.2", | ||
"vue-router": "^3.0.1", | ||
"vuex": "^3.1.1" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^7.1.2", | ||
"babel-core": "^6.22.1", | ||
"babel-eslint": "^8.2.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", | ||
"eslint": "^4.15.0", | ||
"eslint-config-standard": "^10.2.1", | ||
"eslint-friendly-formatter": "^3.0.0", | ||
"eslint-loader": "^1.7.1", | ||
"eslint-plugin-import": "^2.7.0", | ||
"eslint-plugin-node": "^5.2.0", | ||
"eslint-plugin-promise": "^3.4.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"eslint-plugin-vue": "^4.0.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", | ||
"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" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not ie <= 8" | ||
] | ||
} |
src/App.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/api/admin/admin.js
0 → 100644
src/api/apply/apply.js
0 → 100644
src/api/auth/auth.js
0 → 100644
src/api/basic/basic.js
0 → 100644
src/api/make/make.js
0 → 100644
src/api/signing/signing.js
0 → 100644
src/api/sjkgbasic/sjkgbasic.js
0 → 100644
src/api/wxconfirm.js
0 → 100644
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
File added
File added
src/assets/images/arrow-r.png
0 → 100644
225 Bytes
src/assets/images/boy.png
0 → 100644
4.6 KB
src/assets/images/card-detail-bg.png
0 → 100644
1.92 KB
src/assets/images/card-item-bg.png
0 → 100644
3.33 KB
src/assets/images/coupon-item-bg.png
0 → 100644
7.54 KB
src/assets/images/doctor.jpg
0 → 100644
9.7 KB
src/assets/images/figure.png
0 → 100644
13.4 KB
src/assets/images/girl.png
0 → 100644
4.31 KB
src/assets/images/icon-arrow-r-white.png
0 → 100644
338 Bytes
src/assets/images/icon-boy.png
0 → 100644
595 Bytes
src/assets/images/icon-colse-o.png
0 → 100644
1.32 KB
src/assets/images/icon-comment-blue.png
0 → 100644
465 Bytes
src/assets/images/icon-completed.png
0 → 100644
12.6 KB
src/assets/images/icon-completed2.png
0 → 100644
4.19 KB
src/assets/images/icon-failed.png
0 → 100644
3.44 KB
src/assets/images/icon-girl.png
0 → 100644
723 Bytes
src/assets/images/icon-kid.png
0 → 100644
5.13 KB
src/assets/images/icon-map.png
0 → 100644
528 Bytes
src/assets/images/icon-play.png
0 → 100644
1.16 KB
src/assets/images/icon-pleased-gray.png
0 → 100644
547 Bytes
src/assets/images/icon-pleased-white.png
0 → 100644
600 Bytes
src/assets/images/icon-qr-code-blue.png
0 → 100644
578 Bytes
src/assets/images/icon-qr-code.png
0 → 100644
649 Bytes
src/assets/images/icon-report-blue.png
0 → 100644
596 Bytes
src/assets/images/icon-signed-status.png
0 → 100644
522 Bytes
src/assets/images/icon-tips-blue.png
0 → 100644
627 Bytes
src/assets/images/icon-unpleased-gray.png
0 → 100644
510 Bytes
src/assets/images/icon-unpleased-white.png
0 → 100644
541 Bytes
src/assets/images/icon-waiting-status.png
0 → 100644
486 Bytes
src/assets/images/icon-waiting.png
0 → 100644
3.31 KB
src/assets/images/icon-woman.png
0 → 100644
6.75 KB
src/assets/images/man.png
0 → 100644
5.2 KB
src/assets/images/notice-img.png
0 → 100644
52.3 KB
src/assets/images/oldwoman.png
0 → 100644
4.92 KB
src/assets/images/org-default-picture.png
0 → 100644
32.9 KB
src/assets/images/qr-code.jpg
0 → 100644
27.6 KB
src/assets/images/recommend-body-bg.png
0 → 100644
12.4 KB
src/assets/images/recommend-img.png
0 → 100644
55.2 KB
src/assets/images/recommend-list-bg-dot.png
0 → 100644
3.38 KB
src/assets/images/result-success.png
0 → 100644
5.26 KB
src/assets/images/user.png
0 → 100644
6.41 KB
src/assets/images/woman.png
0 → 100644
4.77 KB
src/assets/logo.png
0 → 100644
6.69 KB
src/assets/style.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/components/HelloWorld.vue
0 → 100644
src/components/cardItem.vue
0 → 100644
src/components/contentItem.vue
0 → 100644
src/components/couponItem.vue
0 → 100644
src/components/listItem.vue
0 → 100644
src/main.js
0 → 100644
src/permission.js
0 → 100644
src/router/index.js
0 → 100644
src/router/request.js
0 → 100644
src/router/requestSjkg.js
0 → 100644
src/router/requestToken.js
0 → 100644
src/store/getters.js
0 → 100644
src/store/index.js
0 → 100644
src/store/modules/common.js
0 → 100644
src/store/modules/user.js
0 → 100644
src/util/index.js
0 → 100644
src/util/store.js
0 → 100644
src/util/validate.js
0 → 100644
src/views/content/index.vue
0 → 100644
src/views/home/index.vue
0 → 100644
src/views/member/addMain.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/member/addMember.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/member/edit.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/member/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/member/list.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/recommend/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/recommend/list.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/recommend/orglist.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/signing/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/user/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/voucherDetail/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vouchers/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
static/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
test/e2e/custom-assertions/elementCount.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/e2e/nightwatch.conf.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/e2e/runner.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/e2e/specs/test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/unit/.eslintrc
0 → 100644
This diff is collapsed.
Click to expand it.
test/unit/jest.conf.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/unit/setup.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/unit/specs/HelloWorld.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.