project init
Showing
.browserslistrc
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
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": "kim-mobile-app", | |||
"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.4", | |||
"vant": "^2.6.3", | |||
"vue": "^2.6.11", | |||
"vue-router": "^3.1.6", | |||
"vuex": "^3.1.3" | |||
}, | |||
"devDependencies": { | |||
"@vue/cli-plugin-babel": "~4.3.0", | |||
"@vue/cli-plugin-eslint": "~4.3.0", | |||
"@vue/cli-plugin-router": "~4.3.0", | |||
"@vue/cli-plugin-vuex": "~4.3.0", | |||
"@vue/cli-service": "~4.3.0", | |||
"@vue/eslint-config-prettier": "^6.0.0", | |||
"babel-eslint": "^10.1.0", | |||
"babel-plugin-import": "^1.13.0", | |||
"eslint": "^6.7.2", | |||
"eslint-plugin-prettier": "^3.1.1", | |||
"eslint-plugin-vue": "^6.2.2", | |||
"less": "^3.0.4", | |||
"less-loader": "^5.0.0", | |||
"prettier": "^1.19.1", | |||
"vue-template-compiler": "^2.6.11" | |||
} | |||
} |
public/exam-header.png
0 → 100644
141 KB
public/exam-inactive.png
0 → 100644
1.11 KB
public/exam.png
0 → 100644
1.1 KB
public/favicon.ico
0 → 100644
4.19 KB
public/index.html
0 → 100644
public/profile-inactive.png
0 → 100644
1.87 KB
public/profile.png
0 → 100644
1.12 KB
public/video-inactive.png
0 → 100644
1.71 KB
public/video.png
0 → 100644
815 Bytes
src/App.vue
0 → 100644
src/assets/images/exam1.png
0 → 100644
14.8 KB
src/assets/images/exam2.png
0 → 100644
19.3 KB
src/assets/images/exam3.png
0 → 100644
25.7 KB
44.6 KB
60.2 KB
52.7 KB
src/assets/images/notice.png
0 → 100644
3.12 KB
51.8 KB
43.8 KB
src/assets/logo.png
0 → 100644
6.69 KB
src/components/PayDialog.vue
0 → 100644
src/main.js
0 → 100644
src/router/index.js
0 → 100644
src/store/index.js
0 → 100644
src/themes/global.less
0 → 100644
src/themes/vars.less
0 → 100644
src/utils/axios.js
0 → 100644
src/utils/request.js
0 → 100644
src/views/exam/index.vue
0 → 100644
src/views/index.vue
0 → 100644
src/views/profile/index.vue
0 → 100644
src/views/video/index.vue
0 → 100644