init
parents
Showing
with
4533 additions
and
0 deletions
.babelrc
0 → 100644
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.postcssrc.js
0 → 100644
CubeModule.json
0 → 100644
README.md
0 → 100644
build/build.js
0 → 100644
build/check-versions.js
0 → 100644
build/config/dev.env.js
0 → 100644
build/config/index.js
0 → 100644
build/config/prod.env.js
0 → 100644
build/config/test.env.js
0 → 100644
build/dev-client.js
0 → 100644
build/dev-server.js
0 → 100644
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
build/webpack.test.conf.js
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
package.json
0 → 100644
| { | |||
| "name": "h5-dev-online-customer-service", | |||
| "version": "1.0.0", | |||
| "description": "Online Customer Service", | |||
| "author": "zhongjw <jingwei.zhong@meicloud.com>", | |||
| "private": true, | |||
| "scripts": { | |||
| "dev": "cross-env PACK_ENV=dev node build/dev-server.js", | |||
| "start": "npm run dev", | |||
| "build": "node build/build.js", | |||
| "build:prod": "cross-env PACK_ENV=product node build/build.js", | |||
| "build:report": "npm run build --report", | |||
| "unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run", | |||
| "e2e": "node test/e2e/runner.js", | |||
| "test": "npm run unit && npm run e2e", | |||
| "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs", | |||
| "flow": "flow" | |||
| }, | |||
| "dependencies": { | |||
| "axios": "^0.16.1", | |||
| "babel-polyfill": "^6.26.0", | |||
| "clipboard": "^1.7.1", | |||
| "echarts": "^3.6.1", | |||
| "element-ui": "^1.3.4", | |||
| "eslint-config-standard-flow": "^1.0.1", | |||
| "fastclick": "^1.0.6", | |||
| "lodash": "^4.17.4", | |||
| "ramda": "^0.24.1", | |||
| "svg-url-loader": "^2.1.1", | |||
| "vue": "2.5.22", | |||
| "vue-drapload": "^0.1.14", | |||
| "vue-router": "^2.3.1", | |||
| "vue-scroller": "^2.2.2", | |||
| "vuex": "^2.3.1", | |||
| "vuex-i18n": "^1.3.4", | |||
| "vux": "^2.6.4", | |||
| "zip-webpack-plugin": "^1.1.0" | |||
| }, | |||
| "devDependencies": { | |||
| "autoprefixer": "^6.7.2", | |||
| "babel": "^6.23.0", | |||
| "babel-core": "^6.22.1", | |||
| "babel-eslint": "^7.2.3", | |||
| "babel-helper-vue-jsx-merge-props": "^2.0.2", | |||
| "babel-loader": "^6.2.10", | |||
| "babel-plugin-component": "^0.9.1", | |||
| "babel-plugin-istanbul": "^4.1.1", | |||
| "babel-plugin-syntax-flow": "^6.18.0", | |||
| "babel-plugin-syntax-jsx": "^6.18.0", | |||
| "babel-plugin-transform-class-properties": "^6.24.1", | |||
| "babel-plugin-transform-flow-strip-types": "^6.22.0", | |||
| "babel-plugin-transform-object-rest-spread": "^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-es2015": "^6.24.1", | |||
| "babel-preset-stage-2": "^6.22.0", | |||
| "babel-register": "^6.22.0", | |||
| "chai": "^3.5.0", | |||
| "chalk": "^1.1.3", | |||
| "compression-webpack-plugin": "^0.4.0", | |||
| "connect-history-api-fallback": "^1.3.0", | |||
| "copy-webpack-plugin": "^4.0.1", | |||
| "cross-env": "^4.0.0", | |||
| "cross-spawn": "^5.0.1", | |||
| "css-loader": "^0.28.0", | |||
| "eslint": "^3.19.0", | |||
| "eslint-config-standard": "^6.2.1", | |||
| "eslint-config-vue": "^2.0.2", | |||
| "eslint-friendly-formatter": "^2.0.7", | |||
| "eslint-loader": "^1.7.1", | |||
| "eslint-plugin-flowtype-errors": "^3.3.1", | |||
| "eslint-plugin-html": "^2.0.3", | |||
| "eslint-plugin-promise": "^3.4.0", | |||
| "eslint-plugin-standard": "^2.0.1", | |||
| "eslint-plugin-vue": "^2.1.0", | |||
| "eventsource-polyfill": "^0.9.6", | |||
| "express": "^4.14.1", | |||
| "extract-text-webpack-plugin": "^2.0.0", | |||
| "file-loader": "^0.11.1", | |||
| "flow-bin": "^0.53.1", | |||
| "friendly-errors-webpack-plugin": "^1.1.3", | |||
| "html-webpack-plugin": "^2.28.0", | |||
| "http-proxy-middleware": "^0.17.3", | |||
| "inject-loader": "^3.0.0", | |||
| "json-loader": "^0.5.4", | |||
| "karma": "^1.4.1", | |||
| "karma-coverage": "^1.1.1", | |||
| "karma-mocha": "^1.3.0", | |||
| "karma-phantomjs-launcher": "^1.0.2", | |||
| "karma-phantomjs-shim": "^1.4.0", | |||
| "karma-sinon-chai": "^1.3.1", | |||
| "karma-sourcemap-loader": "^0.3.7", | |||
| "karma-spec-reporter": "0.0.30", | |||
| "karma-webpack": "^2.0.2", | |||
| "less": "^2.7.2", | |||
| "less-loader": "^4.0.4", | |||
| "loader-utils": "^1.1.0", | |||
| "lolex": "^1.5.2", | |||
| "mocha": "^3.2.0", | |||
| "nightwatch": "^0.9.12", | |||
| "opn": "^4.0.2", | |||
| "optimize-css-assets-webpack-plugin": "^1.3.0", | |||
| "ora": "^1.2.0", | |||
| "phantomjs-prebuilt": "^2.1.14", | |||
| "rimraf": "^2.6.0", | |||
| "selenium-server": "^3.0.1", | |||
| "semver": "^5.3.0", | |||
| "shelljs": "^0.7.6", | |||
| "sinon": "^2.1.0", | |||
| "sinon-chai": "^2.8.0", | |||
| "style-loader": "^0.17.0", | |||
| "touch": "^1.0.0", | |||
| "url-loader": "^0.5.8", | |||
| "vue-loader": "^11.3.4", | |||
| "vue-style-loader": "^2.0.5", | |||
| "vue-template-compiler": "2.5.22", | |||
| "vux-loader": "^1.2.6", | |||
| "webpack": "^2.3.3", | |||
| "webpack-bundle-analyzer": "^2.2.1", | |||
| "webpack-dev-middleware": "^1.10.0", | |||
| "webpack-hot-middleware": "^2.18.0", | |||
| "webpack-merge": "^4.1.0", | |||
| "yaml-loader": "^0.4.0" | |||
| }, | |||
| "engines": { | |||
| "node": ">= 4.0.0", | |||
| "npm": ">= 3.0.0" | |||
| }, | |||
| "browserslist": [ | |||
| "> 1%", | |||
| "last 2 versions", | |||
| "not ie <= 8" | |||
| ] | |||
| } |
src/libraries/assets/fonts/.gitkeep
0 → 100644
File mode changed
src/libraries/assets/images/.gitkeep
0 → 100644
File mode changed
src/libraries/assets/styles/basics.less
0 → 100644
src/libraries/assets/styles/mixins.less
0 → 100644
src/libraries/assets/styles/variables.less
0 → 100644
src/libraries/components/Clipboard/index.vue
0 → 100644
src/libraries/components/Loading/index.vue
0 → 100644
src/libraries/components/Loading/metas.yml
0 → 100644
339 KB
432 KB
342 KB
src/libraries/components/Picture/index.vue
0 → 100644
src/libraries/components/Picture/picture.js
0 → 100644
src/libraries/directives/.gitkeep
0 → 100644
File mode changed
src/libraries/filters/.gitkeep
0 → 100644
File mode changed
src/libraries/mixins/.gitkeep
0 → 100644
File mode changed
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/libraries/plugins/Ajax/axios/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/libraries/plugins/FastClick/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/plugins/Flexible/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/plugins/I18n/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/plugins/Loading/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/plugins/NativeApi/cordova.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/libraries/plugins/RouterLoading/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/plugins/RouterStore/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/plugins/factory/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/store/actions.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/store/getters.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/store/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/store/mutations.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/store/state.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/store/types.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/utils/common.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/utils/datetime.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/utils/emoji.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/utils/log.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/utils/osUtils.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/utils/rangeUtil.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/URLConfig.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/app.vue
0 → 100644
This diff is collapsed.
Click to expand it.
314 Bytes
491 Bytes
src/shared/assets/images/Off.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/assets/images/On.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/assets/images/add.png
0 → 100644
1.43 KB
src/shared/assets/images/back@2x.png
0 → 100644
336 Bytes
src/shared/assets/images/back@2x.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/assets/images/back@3x.png
0 → 100644
485 Bytes
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/assets/images/delete@3x.png
0 → 100644
1.23 KB
src/shared/assets/images/tabber-icon.png
0 → 100644
1.2 KB
src/shared/assets/images/删除@2x.png
0 → 100644
902 Bytes
src/shared/assets/images/添加@2x.png
0 → 100644
996 Bytes
src/shared/assets/images/箭头-右@2x.png
0 → 100644
354 Bytes
src/shared/assets/images/箭头-右@3x.png
0 → 100644
573 Bytes
src/shared/assets/styles/base.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/assets/styles/basics.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/assets/styles/mixins.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/assets/styles/variables.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/backEndServiceAPI.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/approveComment.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/common/jHeader.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/detail.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/historyRecord.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/reqForm.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/config/common.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/config/prod.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/cordavaService.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/dataTranslator.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/environment.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/lang.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/locales/components.yml
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/plugin.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/router.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/actions.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/getters.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/mutations.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/state.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/types.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/tests/unit/.eslintrc
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/tests/unit/Hello.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/utils/index.js
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/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/unit/karma.conf.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/unit/specs/Hello.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.
yarn.lock
0 → 100644
This diff could not be displayed because it is too large.
Please
register
or
sign in
to comment