海桐公众号h5
Showing
.env.development
0 → 100644
.env.production
0 → 100644
.env.staging
0 → 100644
.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": "tobiras-h5", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve --mode development ", | ||
"build:staging": "vue-cli-service build --mode staging", | ||
"build:prod": "vue-cli-service build --mode production", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"axios": "^1.6.8", | ||
"core-js": "^3.6.5", | ||
"postcss": "^7.0.38", | ||
"postcss-pxtorem": "^5.1.1", | ||
"vant": "^4.9.0", | ||
"vue": "^3.0.0", | ||
"vue-router": "^4.0.0-0", | ||
"vuex": "^4.0.0-0" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "~4.5.15", | ||
"@vue/cli-plugin-eslint": "~4.5.15", | ||
"@vue/cli-plugin-router": "~4.5.15", | ||
"@vue/cli-plugin-vuex": "~4.5.15", | ||
"@vue/cli-service": "~4.5.15", | ||
"@vue/compiler-sfc": "^3.0.0", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^6.7.2", | ||
"eslint-plugin-vue": "^7.0.0", | ||
"less": "^3.0.4", | ||
"less-loader": "^7.0.1", | ||
"postcss-loader": "^4.0.4" | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"env": { | ||
"node": true | ||
}, | ||
"extends": [ | ||
"plugin:vue/vue3-essential", | ||
"eslint:recommended" | ||
], | ||
"parserOptions": { | ||
"parser": "babel-eslint" | ||
}, | ||
"rules": {} | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not dead" | ||
], | ||
"_id": "tobiras-h5@0.1.0", | ||
"readme": "ERROR: No README data found!" | ||
} |
public/favicon.ico
0 → 100644
4.19 KB
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/api/api.js
0 → 100644
src/assets/img/bg-img.png
0 → 100644
6.47 KB
src/assets/img/idcard.png
0 → 100644
2.82 KB
src/assets/img/mobile.png
0 → 100644
2.67 KB
src/assets/img/phone.png
0 → 100644
1.76 KB
src/assets/img/point.png
0 → 100644
3.32 KB
src/assets/img/sendcod.png
0 → 100644
3.84 KB
src/main.js
0 → 100644
src/router/index.js
0 → 100644
src/store/index.js
0 → 100644
src/utils/Ajax.js
0 → 100644
src/views/bill/index.css
0 → 100644
src/views/bill/index.less
0 → 100644
src/views/bill/index.vue
0 → 100644
src/views/login/index.css
0 → 100644
src/views/login/index.less
0 → 100644
src/views/login/index.vue
0 → 100644
src/views/myLoan/index.css
0 → 100644
src/views/myLoan/index.less
0 → 100644
src/views/myLoan/index.vue
0 → 100644
vue.config.js
0 → 100644