init
正在显示
.config.dev.js
0 → 100644
.config.pro.js
0 → 100644
.config.test.js
0 → 100644
.editorconfig
0 → 100644
.eslintrc
0 → 100644
.gitignore
0 → 100644
.npmignore
0 → 100644
History.md
0 → 100644
build/config.js
0 → 100644
build/dev.ezijing.com.key
0 → 100755
build/dev.ezijing.com.pem
0 → 100755
build/getSSL.js
0 → 100644
build/gulpfile.js
0 → 100644
build/uploadAliyunCDN.js
0 → 100644
build/webpack.base.conf.js
0 → 100644
build/webpack.client.conf.js
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": "@god/vue-client", | ||
| "version": "3.0.13", | ||
| "description": "适应于公司全系统的纯客户端开发模型", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "lint": "eslint --ext .js --ext .jsx --ext .vue src/", | ||
| "lint:fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/", | ||
| "dev": "cross-env NODE_ENV=development node build/getSSL.js && cross-env NODE_ENV=development SERVER_PORT=3001 webpack-dev-server --inline --progress --config build/webpack.client.conf.js", | ||
| "build:test": "cross-env NODE_ENV=test webpack --progress --config build/webpack.client.conf.js && cross-env NODE_ENV=test n use 8.11.3 ./build/uploadAliyunCDN.js", | ||
| "build:pro": "cross-env NODE_ENV=production webpack --progress --config build/webpack.client.conf.js && cross-env NODE_ENV=production n use 8.11.3 ./build/uploadAliyunCDN.js" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "" | ||
| }, | ||
| "keywords": [ | ||
| "vue-client" | ||
| ], | ||
| "author": "zhangyanxin", | ||
| "license": "ISC", | ||
| "eslintIgnore": [ | ||
| "client-dist/", | ||
| "node_modules/", | ||
| "assets/font-icons/" | ||
| ], | ||
| "devDependencies": { | ||
| "acorn": "^7.1.1", | ||
| "ali-oss": "^6.5.1", | ||
| "autoprefixer": "^9.7.5", | ||
| "babel-core": "^6.26.3", | ||
| "babel-eslint": "^10.1.0", | ||
| "babel-helper-vue-jsx-merge-props": "^2.0.3", | ||
| "babel-loader": "^7.1.5", | ||
| "babel-plugin-syntax-dynamic-import": "^6.18.0", | ||
| "babel-plugin-syntax-jsx": "^6.18.0", | ||
| "babel-plugin-transform-vue-jsx": "^3.7.0", | ||
| "babel-preset-env": "^1.7.0", | ||
| "babel-preset-stage-2": "^6.24.1", | ||
| "clean-webpack-plugin": "^1.0.0", | ||
| "copy-webpack-plugin": "^5.1.1", | ||
| "css-loader": "^3.4.2", | ||
| "dart-sass": "^1.25.0", | ||
| "eslint": "^6.8.0", | ||
| "eslint-config-standard": "^14.1.1", | ||
| "eslint-loader": "^3.0.4", | ||
| "eslint-plugin-html": "^6.0.0", | ||
| "eslint-plugin-import": "^2.20.2", | ||
| "eslint-plugin-node": "^11.1.0", | ||
| "eslint-plugin-promise": "^4.2.1", | ||
| "eslint-plugin-standard": "^4.0.1", | ||
| "eslint-plugin-vue": "^6.2.2", | ||
| "file-loader": "^6.0.0", | ||
| "html-webpack-plugin": "^4.0.4", | ||
| "mini-css-extract-plugin": "^0.9.0", | ||
| "postcss-loader": "^3.0.0", | ||
| "request": "^2.88.2", | ||
| "sass-loader": "^7.3.1", | ||
| "style-loader": "^1.1.3", | ||
| "url-loader": "^4.0.0", | ||
| "vconsole-webpack-plugin": "^1.5.2", | ||
| "webpack": "^4.42.1", | ||
| "webpack-cli": "^3.3.11", | ||
| "webpack-dev-server": "^3.10.3", | ||
| "webpack-merge": "^4.2.2" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^0.19.2", | ||
| "cross-env": "^7.0.2", | ||
| "element-ui": "^2.13.0", | ||
| "js-cookie": "^2.2.1", | ||
| "lodash": "^4.17.15", | ||
| "promise.prototype.finally": "^3.1.2", | ||
| "regenerator": "^0.14.4", | ||
| "vue": "^2.6.11", | ||
| "vue-i18n": "^8.16.0", | ||
| "vue-loader": "^15.9.1", | ||
| "vue-meta-info": "^0.1.7", | ||
| "vue-router": "^3.1.6", | ||
| "vue-template-compiler": "^2.6.11" | ||
| } | ||
| } | 
src/action/TestAction.js
0 → 100644
src/action/base_action.js
0 → 100644
src/action/index.js
0 → 100644
src/api/base_api.js
0 → 100644
src/api/index.js
0 → 100644
src/api/test_api.js
0 → 100644
src/app.vue
0 → 100644
src/assets/favicon.ico
0 → 100644
16.6 KB
src/assets/font-icons/demo.css
0 → 100644
File added
src/assets/font-icons/iconfont.js
0 → 100644
File added
File added
File added
src/assets/images/404.png
0 → 100644
13.9 KB
src/assets/images/500.png
0 → 100644
15.3 KB
src/assets/images/logo.png
0 → 100644
7.6 KB
src/assets/languages/en.json
0 → 100644
src/assets/languages/index.js
0 → 100644
src/assets/languages/language.js
0 → 100644
src/assets/languages/zh-CN.json
0 → 100644
src/index.html
0 → 100644
src/main.js
0 → 100644
src/pages/test.vue
0 → 100644
src/router/index.js
0 → 100644
src/router/routes.js
0 → 100644
src/style.scss
0 → 100644
src/tool/convert_time.js
0 → 100644
src/tool/cookies.js
0 → 100644
src/tool/index.js
0 → 100644
src/tool/other.js
0 → 100644