init project
Showing
.babelrc
0 → 100644
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.postcssrc.js
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.index.js
0 → 100644
config/config.request.js
0 → 100644
config/dev.env.js
0 → 100644
config/index.js
0 → 100644
config/prod.dev.env.js
0 → 100644
config/prod.env.js
0 → 100644
config/prod.prod.env.js
0 → 100644
config/prod.uat.env.js
0 → 100644
config/test.env.js
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "hotwind-manage", | ||
| "version": "1.0.0", | ||
| "description": "A Vue.js project", | ||
| "author": "汤强勇 <tangqy@bigaka.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", | ||
| "lint:fix": "eslint --ext .js,.vue src test/unit test/e2e/specs --fix", | ||
| "build:dev": "node build/build.js --env=dev", | ||
| "build:uat": "node build/build.js --env=uat", | ||
| "build": "node build/build.js --env=prod" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^0.18.0", | ||
| "es6-promise": "^4.2.4", | ||
| "moment": "^2.22.2", | ||
| "ramda": "^0.25.0", | ||
| "rxjs": "^6.2.1", | ||
| "underscore": "^1.9.1", | ||
| "validate": "^4.4.1", | ||
| "vee-validate": "^2.0.9", | ||
| "vue": "^2.5.2", | ||
| "vue-router": "^3.0.1", | ||
| "vue-rx": "^6.0.0", | ||
| "vuex": "^3.0.1", | ||
| "vuex-router-sync": "^5.0.0" | ||
| }, | ||
| "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-component": "^1.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.11", | ||
| "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", | ||
| "json5-loader": "^1.0.1", | ||
| "less": "^3.0.4", | ||
| "less-loader": "^4.1.0", | ||
| "nightwatch": "^0.9.12", | ||
| "node-notifier": "^5.1.2", | ||
| "node-sass": "^4.9.0", | ||
| "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", | ||
| "sass-loader": "^7.0.3", | ||
| "selenium-server": "^3.0.1", | ||
| "semver": "^5.3.0", | ||
| "shelljs": "^0.7.6", | ||
| "style-loader": "^0.21.0", | ||
| "uglifyjs-webpack-plugin": "^1.1.1", | ||
| "url-loader": "^0.5.8", | ||
| "vue-jest": "^1.0.2", | ||
| "vue-loader": "^13.3.0", | ||
| "vue-style-loader": "^4.1.0", | ||
| "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", | ||
| "yargs": "^12.0.1" | ||
| }, | ||
| "engines": { | ||
| "node": ">= 6.0.0", | ||
| "npm": ">= 3.0.0" | ||
| }, | ||
| "browserslist": [ | ||
| "> 1%", | ||
| "last 2 versions", | ||
| "not ie <= 8" | ||
| ] | ||
| } | ||
| \ No newline at end of file |
readme.md
0 → 100644
src/App.vue
0 → 100644
src/assets/images/icon-person.png
0 → 100644
6.08 KB
src/assets/images/login_bg.jpg
0 → 100644
183 KB
src/assets/scss/main.scss
0 → 100644
src/components/HelloWorld.vue
0 → 100644
src/components/common/breadcrumb.vue
0 → 100644
src/components/mixin/index.js
0 → 100644
src/components/mixin/order/formatDate.js
0 → 100644
src/components/mixin/order/index.js
0 → 100644
src/components/mixin/order/logistics.js
0 → 100644
src/components/mixin/order/orderStatus.js
0 → 100644
src/components/order/detail.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/order/index.vue
0 → 100644
src/components/order/manage.vue
0 → 100644
src/components/order/orderSetting.vue
0 → 100644
src/components/returnOrder/detail.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/returnOrder/manage.vue
0 → 100644
src/components/returnOrder/returnOrder.vue
0 → 100644
src/config/index.js
0 → 100644
src/http/baseHttp.js
0 → 100644
src/http/index.js
0 → 100644
src/http/order/index.js
0 → 100644
src/http/orderConfig/index.js
0 → 100644
src/http/returnOrder/index.js
0 → 100644
src/http/user/index.js
0 → 100644
src/main.js
0 → 100644
src/plugin/index.js
0 → 100644
src/plugin/moment/index.js
0 → 100644
src/plugin/underscore/index.js
0 → 100644
src/plugin/validate/index.js
0 → 100644
src/router/index.js
0 → 100644
src/store/global/actions.js
0 → 100644
src/store/global/getters.js
0 → 100644
src/store/global/index.js
0 → 100644
src/store/global/mutations.js
0 → 100644
src/store/global/mutations_types.js
0 → 100644
src/store/global/state.js
0 → 100644
src/store/index.js
0 → 100644
src/store/order/index.js
0 → 100644
src/store/orderConfig/index.js
0 → 100644
src/store/returnOrder/index.js
0 → 100644
src/store/user/actions.js
0 → 100644
src/store/user/getters.js
0 → 100644
src/store/user/index.js
0 → 100644
src/store/user/mutations.js
0 → 100644
src/store/user/mutations_types.js
0 → 100644
src/store/user/state.js
0 → 100644
src/utils/index.js
0 → 100644
src/utils/moment/index.js
0 → 100644
src/views/error/code404.vue
0 → 100644
src/views/error/code500.vue
0 → 100644
src/views/error/error.router.js
0 → 100644
src/views/error/error.vue
0 → 100644
static/.gitkeep
0 → 100644
test/e2e/custom-assertions/elementCount.js
0 → 100644
test/e2e/nightwatch.conf.js
0 → 100644
test/e2e/runner.js
0 → 100644
test/e2e/specs/test.js
0 → 100644
test/unit/.eslintrc
0 → 100644
test/unit/jest.conf.js
0 → 100644
test/unit/setup.js
0 → 100644
test/unit/specs/HelloWorld.spec.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.