初始化
parents
Showing
.env.development
0 → 100644
.env.production
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
jsconfig.json
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | |||
| "name": "digital-construction", | |||
| "version": "0.1.0", | |||
| "private": true, | |||
| "scripts": { | |||
| "serve": "vue-cli-service serve", | |||
| "build": "vue-cli-service build", | |||
| "lint": "vue-cli-service lint" | |||
| }, | |||
| "dependencies": { | |||
| "animate.css": "^4.1.1", | |||
| "autoprefixer": "^10.4.14", | |||
| "axios": "^1.3.4", | |||
| "core-js": "^3.8.3", | |||
| "element-ui": "2.15.13", | |||
| "js-md5": "^0.8.3", | |||
| "lib-flexible": "^0.3.2", | |||
| "moment": "^2.29.4", | |||
| "postcss": "^8.4.38", | |||
| "precss": "^4.0.0", | |||
| "vue": "^2.6.14", | |||
| "vue-router": "^3.5.2", | |||
| "vuex": "^3.6.2" | |||
| }, | |||
| "postcss": { | |||
| "plugins": { | |||
| "autoprefixer": {}, | |||
| "precss": {} | |||
| } | |||
| }, | |||
| "devDependencies": { | |||
| "@babel/core": "^7.12.16", | |||
| "@babel/eslint-parser": "^7.12.16", | |||
| "@vue/cli-plugin-babel": "~5.0.0", | |||
| "@vue/cli-plugin-eslint": "~5.0.0", | |||
| "@vue/cli-service": "~5.0.0", | |||
| "eslint": "^7.32.0", | |||
| "eslint-plugin-vue": "^8.0.3", | |||
| "file-loader": "^6.2.0", | |||
| "less": "^4.1.3", | |||
| "less-loader": "^11.1.0", | |||
| "postcss-plugin-px2rem": "^0.8.1", | |||
| "px2rem-loader": "^0.1.9", | |||
| "style-resources-loader": "^1.5.0", | |||
| "url-loader": "^4.1.1", | |||
| "vue-cli-plugin-style-resources-loader": "^0.1.5", | |||
| "vue-template-compiler": "^2.6.14" | |||
| }, | |||
| "eslintConfig": { | |||
| "root": true, | |||
| "env": { | |||
| "node": true | |||
| }, | |||
| "extends": [ | |||
| "plugin:vue/essential", | |||
| "eslint:recommended" | |||
| ], | |||
| "parserOptions": { | |||
| "parser": "@babel/eslint-parser" | |||
| }, | |||
| "rules": { | |||
| "vue/multi-word-component-names": "off", | |||
| "no-unused-vars": "off", | |||
| "no-redeclare": "off", | |||
| "no-undef": "off" | |||
| } | |||
| }, | |||
| "browserslist": [ | |||
| "> 1%", | |||
| "last 2 versions", | |||
| "not dead" | |||
| ] | |||
| } | |||
| \ No newline at end of file |
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/api/index.js
0 → 100644
130 KB
260 KB
src/components/Index.vue
0 → 100644
src/main.js
0 → 100644
src/router/index.js
0 → 100644
src/store/index.js
0 → 100644
src/utils/getResponse.js
0 → 100644
src/utils/portalRequest.js
0 → 100644
src/utils/request.js
0 → 100644
src/utils/utils.js
0 → 100644
vue.config.js
0 → 100644
zj-water.zip
0 → 100644
File added