init code
Showing
.gitignore
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | |||
| "name": "cmbapp-consume", | |||
| "version": "0.1.0", | |||
| "private": true, | |||
| "scripts": { | |||
| "serve": "vue-cli-service serve", | |||
| "build": "vue-cli-service build", | |||
| "lint": "vue-cli-service lint" | |||
| }, | |||
| "dependencies": { | |||
| "axios": "^0.19.2", | |||
| "core-js": "^3.6.5", | |||
| "less": "^3.11.3", | |||
| "less-loader": "^6.1.0", | |||
| "vant": "^2.8.5", | |||
| "vue": "^2.6.11", | |||
| "vue-router": "^3.3.2", | |||
| "vuex": "^3.5.1" | |||
| }, | |||
| "devDependencies": { | |||
| "@vue/cli-plugin-babel": "~4.4.0", | |||
| "@vue/cli-plugin-eslint": "~4.4.0", | |||
| "@vue/cli-service": "~4.4.0", | |||
| "babel-eslint": "^10.1.0", | |||
| "eslint": "^6.7.2", | |||
| "eslint-plugin-vue": "^6.2.2", | |||
| "vue-clipboard2": "^0.3.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/favicon.ico
0 → 100644
4.19 KB
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/api/coupon.js
0 → 100644
src/assets/home/coupon.png
0 → 100644
7.04 KB
116 KB
151 KB
153 KB
127 KB
src/assets/home/logoTop.png
0 → 100644
18.3 KB
src/assets/logo.png
0 → 100644
6.69 KB
src/components/topStatus.vue
0 → 100644
src/config/http.service.js
0 → 100644
src/config/network.config.js
0 → 100644
src/main.js
0 → 100644
src/router.js
0 → 100644
src/static/image/info.png
0 → 100644
24.9 KB
src/static/style.less
0 → 100644
src/store.js
0 → 100644
src/views/goon/goon.vue
0 → 100644
src/views/index.vue
0 → 100644
src/views/member/jump.vue
0 → 100644
src/views/mine/allCoupon.vue
0 → 100644
src/views/mine/company.vue
0 → 100644
src/views/mine/coupon.vue
0 → 100644
src/views/mine/mine.vue
0 → 100644
src/views/trade/index.vue
0 → 100644
vue.config.js
0 → 100644