init
Showing
.DS_Store
0 → 100644
File added
README.md
0 → 100644
babel.config.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": "party", | |||
"version": "0.1.0", | |||
"private": true, | |||
"scripts": { | |||
"serve": "vue-cli-service serve", | |||
"build": "vue-cli-service build", | |||
"lint": "vue-cli-service lint" | |||
}, | |||
"dependencies": { | |||
"core-js": "^3.6.5", | |||
"echarts": "^4.8.0", | |||
"vant": "^2.12.6", | |||
"vue": "^2.6.11", | |||
"vue-router": "^3.5.1" | |||
}, | |||
"devDependencies": { | |||
"@vue/cli-plugin-babel": "^4.5.0", | |||
"@vue/cli-plugin-eslint": "^4.5.0", | |||
"@vue/cli-service": "^4.5.0", | |||
"babel-eslint": "^10.1.0", | |||
"eslint": "^6.7.2", | |||
"eslint-plugin-vue": "^6.2.2", | |||
"node-sass": "^5.0.0", | |||
"sass-loader": "^10.1.1", | |||
"vue-template-compiler": "^2.6.11" | |||
}, | |||
"eslintConfig": { | |||
"root": true, | |||
"env": { | |||
"node": true | |||
}, | |||
"extends": [ | |||
"plugin:vue/essential", | |||
"eslint:recommended" | |||
], | |||
"parserOptions": { | |||
"parser": "babel-eslint" | |||
}, | |||
"rules": {} | |||
}, | |||
"browserslist": [ | |||
"> 1%", | |||
"last 2 versions", | |||
"not dead" | |||
] | |||
} |
public/.DS_Store
0 → 100644
File added
public/favicon.ico
0 → 100644
4.19 KB
public/images/.DS_Store
0 → 100644
File added
File added
2.92 KB
423 Bytes
797 KB
1.05 MB
3.98 KB
654 Bytes
3.4 KB
2.66 KB
1.89 KB
2.15 KB
91.8 KB
2.85 KB
2.63 KB
File added
707 KB
16.8 KB
85 KB
3.98 KB
8.48 KB
92.1 KB
681 Bytes
public/images/screen/org.png
0 → 100644
91.8 KB
94.5 KB
8.63 KB
8.64 KB
10.6 KB
440 KB
2.88 KB
521 KB
1.41 MB
public/index.html
0 → 100644
public/test.html
0 → 100644
src/.DS_Store
0 → 100644
File added
src/App.vue
0 → 100644
src/assets/.DS_Store
0 → 100644
File added
src/assets/style/public.scss
0 → 100644
src/components/MDialog.vue
0 → 100644
src/components/areas.vue
0 → 100644
src/components/demand.vue
0 → 100644
src/components/index.js
0 → 100644
src/components/maps.vue
0 → 100644
src/components/top10.vue
0 → 100644
src/main.js
0 → 100644
src/router/index.js
0 → 100644
src/views/commit.vue
0 → 100644
src/views/screen.vue
0 → 100644
src/views/tosay.vue
0 → 100644
src/views/user/admin.vue
0 → 100644
src/views/user/commit.vue
0 → 100644
src/views/user/editPsd.vue
0 → 100644
src/views/user/learn.vue
0 → 100644
vue.config.js
0 → 100755