update: code init
parents
Showing
with
4833 additions
and
0 deletions
.babelrc
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/dev-client.js
0 → 100644
build/dev-server.js
0 → 100644
build/utils.js
0 → 100644
build/vt-build.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.prov.conf.js
0 → 100644
config.xml
0 → 100644
config/dev.env.js
0 → 100644
config/index.js
0 → 100644
config/prod.env.js
0 → 100644
config/prov.env.js
0 → 100644
hooks/README.md
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": "delivery_house", | |||
| "version": "1.0.1", | |||
| "description": "建发交房模块", | |||
| "author": "Evan Xu <evanxuyi@gmail.com>, Weshine Chen <80368178@qq.com>", | |||
| "private": true, | |||
| "scripts": { | |||
| "dev": "node build/dev-server.js", | |||
| "start": "node build/dev-server.js", | |||
| "build": "node build/build.js", | |||
| "lint": "eslint --ext .js,.vue src", | |||
| "jffc-check": "cordova requirements", | |||
| "jffc-build": "node build/build.js", | |||
| "jffc-ios": "cordova build ios", | |||
| "jffc-android": "cordova build android", | |||
| "jffc-browser": "cordova prepare browser && cross-env PORT=3004 node build/dev-server.js", | |||
| "jffc-vbuild": "node build/vt-build.js", | |||
| "jffc-save": "cordova plugin save", | |||
| "jffc-add-ios": "cordova platforms add ios@4.4.0", | |||
| "jffc-add-android": "cordova platforms add android@6.2.3", | |||
| "jffc-add-browser": "cordova platforms add browser", | |||
| "jffc-add-camera": "cordova plugin add cordova-plugin-camera", | |||
| "jffc-add-console": "cordova plugin add cordova-plugin-console", | |||
| "jffc-add-device": "cordova plugin add cordova-plugin-device", | |||
| "jffc-add-sqlite": "cordova plugin add cordova-sqlite-storage", | |||
| "jffc-add-file": "cordova plugin add cordova-plugin-file", | |||
| "jffc-add-dialogs": "cordova plugin add cordova-plugin-dialogs", | |||
| "jffc-add-splashscreen": "cordova plugin add cordova-plugin-splashscreen", | |||
| "jffc-add-statusbar": "cordova plugin add cordova-plugin-statusbar" | |||
| }, | |||
| "dependencies": { | |||
| "axios": "^0.16.2", | |||
| "babel-polyfill": "^6.23.0", | |||
| "cordova-android": "^6.2.3", | |||
| "cordova-browser": "^5.0.3", | |||
| "cordova-ios": "^4.4.0", | |||
| "cordova-plugin-camera": "~2.4.1", | |||
| "cordova-plugin-console": "~1.0.7", | |||
| "cordova-plugin-device": "~1.1.6", | |||
| "cordova-plugin-dialogs": "~1.3.3", | |||
| "cordova-plugin-file": "~4.3.3", | |||
| "cordova-plugin-splashscreen": "~4.0.3", | |||
| "cordova-plugin-statusbar": "~2.2.3", | |||
| "cordova-plugin-whitelist": "1", | |||
| "cordova-sqlite-storage": "~2.0.4", | |||
| "date-time-picker": "^0.5.2", | |||
| "echarts": "^4.1.0", | |||
| "exdate": "0.0.4", | |||
| "vue": "^2.3.3", | |||
| "vue-router": "^2.3.1", | |||
| "vuex": "^2.3.1", | |||
| "vux": "^2.9.2" | |||
| }, | |||
| "devDependencies": { | |||
| "autoprefixer": "^6.7.2", | |||
| "babel-core": "^6.22.1", | |||
| "babel-eslint": "^7.1.1", | |||
| "babel-loader": "^6.2.10", | |||
| "babel-plugin-transform-runtime": "^6.22.0", | |||
| "babel-preset-env": "^1.3.2", | |||
| "babel-preset-stage-2": "^6.22.0", | |||
| "babel-register": "^6.22.0", | |||
| "chalk": "^1.1.3", | |||
| "connect-history-api-fallback": "^1.3.0", | |||
| "copy-webpack-plugin": "^4.0.1", | |||
| "cross-env": "^5.0.1", | |||
| "css-loader": "^0.28.0", | |||
| "eslint": "^3.19.0", | |||
| "eslint-config-standard": "^6.2.1", | |||
| "eslint-friendly-formatter": "^2.0.7", | |||
| "eslint-loader": "^1.7.1", | |||
| "eslint-plugin-html": "^2.0.0", | |||
| "eslint-plugin-promise": "^3.4.0", | |||
| "eslint-plugin-standard": "^2.0.1", | |||
| "eventsource-polyfill": "^0.9.6", | |||
| "express": "^4.14.1", | |||
| "extract-text-webpack-plugin": "^2.0.0", | |||
| "file-loader": "^0.11.1", | |||
| "friendly-errors-webpack-plugin": "^1.1.3", | |||
| "html-webpack-plugin": "^2.28.0", | |||
| "http-proxy-middleware": "^0.17.3", | |||
| "less": "^3.8.1", | |||
| "less-loader": "^4.1.0", | |||
| "mockjs": "^1.0.1-beta3", | |||
| "opn": "^4.0.2", | |||
| "optimize-css-assets-webpack-plugin": "^1.3.0", | |||
| "ora": "^1.2.0", | |||
| "rimraf": "^2.6.0", | |||
| "semver": "^5.3.0", | |||
| "shelljs": "^0.7.6", | |||
| "url-loader": "^0.5.8", | |||
| "versiony": "^2.0.1", | |||
| "vue-loader": "^12.1.0", | |||
| "vue-style-loader": "^3.0.1", | |||
| "vue-template-compiler": "^2.3.3", | |||
| "vux-loader": "^1.2.9", | |||
| "webpack": "^2.6.1", | |||
| "webpack-bundle-analyzer": "^2.2.1", | |||
| "webpack-dev-middleware": "^1.10.0", | |||
| "webpack-hot-middleware": "^2.18.0", | |||
| "webpack-merge": "^4.1.0", | |||
| "xml2js": "^0.4.19", | |||
| "zip-webpack-plugin": "^1.1.0" | |||
| }, | |||
| "engines": { | |||
| "node": ">= 4.0.0", | |||
| "npm": ">= 3.0.0" | |||
| }, | |||
| "browserslist": [ | |||
| "> 1%", | |||
| "last 2 versions", | |||
| "not ie <= 8" | |||
| ], | |||
| "cordova": { | |||
| "platforms": [ | |||
| "browser", | |||
| "ios", | |||
| "android" | |||
| ], | |||
| "plugins": { | |||
| "cordova-plugin-camera": { | |||
| "CAMERA_USAGE_DESCRIPTION": " ", | |||
| "PHOTOLIBRARY_USAGE_DESCRIPTION": " " | |||
| }, | |||
| "cordova-plugin-console": {}, | |||
| "cordova-plugin-device": {}, | |||
| "cordova-plugin-dialogs": {}, | |||
| "cordova-plugin-splashscreen": {}, | |||
| "cordova-plugin-statusbar": {}, | |||
| "cordova-plugin-whitelist": {}, | |||
| "cordova-plugin-file": {}, | |||
| "cordova-sqlite-storage": {} | |||
| } | |||
| } | |||
| } | |||
| \ No newline at end of file |
src/App.vue
0 → 100644
src/assets/css/app.css
0 → 100644
src/assets/css/base.css
0 → 100644
src/assets/images/ic_arrow_left@2x.png
0 → 100755
1.28 KB
src/assets/images/ic_arrow_left_2@2x.png
0 → 100755
1.42 KB
src/assets/images/ic_back@2x.png
0 → 100755
1.17 KB
src/assets/images/ic_cancel_selected@2x.png
0 → 100755
1.66 KB
src/assets/images/ic_explain@2x.png
0 → 100755
1.69 KB
src/assets/images/ic_warn_1@2x.png
0 → 100755
1.49 KB
src/assets/images/ic_warn_2@2x.png
0 → 100755
1.48 KB
src/assets/images/ic_warn_3@2x.png
0 → 100755
1.49 KB
src/base/NativeApi/cordova.js
0 → 100755
src/base/NativeApi/cordova/cordovaApi.js
0 → 100755
src/base/NativeApi/cordova/index.js
0 → 100755
src/base/NativeApi/cordova/modules/system.js
0 → 100755
src/base/NativeApi/cordova/types.js
0 → 100755
src/base/NativeApi/factory.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/base/NativeApi/log.js
0 → 100644
src/base/NativeApi/native/baseModel.js
0 → 100755
src/base/NativeApi/native/nativeApi.js
0 → 100755
src/base/NativeApi/native/utils.js
0 → 100755
src/base/plugins/device.js
0 → 100644
src/base/plugins/dialog.js
0 → 100644
src/base/plugins/picture.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/APIPath.js
0 → 100644
src/common/Storage.js
0 → 100644
src/common/base64.js
0 → 100644
src/common/connect.js
0 → 100644
src/common/index.js
0 → 100644
src/common/request.js
0 → 100644
src/components/BasePage.vue
0 → 100644
src/components/DateTime.vue
0 → 100644
src/components/DeliveryInfo.vue
0 → 100644
src/components/DeliveryList.vue
0 → 100644
src/components/DeliveryRoomNum.vue
0 → 100644
src/components/ItemTitle.vue
0 → 100644
src/components/Loading.vue
0 → 100644
src/components/RiskWarning.vue
0 → 100644
src/components/TitleBar.vue
0 → 100644
src/main.js
0 → 100644
src/router/index.js
0 → 100644
src/screen/HouseDelivery.vue
0 → 100644
src/screen/ProjectDelivery.vue
0 → 100644
src/utils/http.js
0 → 100644
src/vuex/actions.js
0 → 100644
src/vuex/modules/deliveryHouse.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/vuex/modules/user.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/vuex/mutations.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/vuex/state.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/vuex/store.js
0 → 100644
This diff is collapsed.
Click to expand it.
www/index.html
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.
www/static/js/app.d148d6334fbdee418171.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
www/static/js/vendor.3bcb7ecbb612196a6389.js
0 → 100644
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
Please
register
or
sign in
to comment