add vue
parents
Showing
with
229 additions
and
0 deletions
.gitignore
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
package.json
0 → 100644
{ | ||
"name": "qqxb-person-service", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build" | ||
}, | ||
"dependencies": { | ||
"core-js": "^3.6.4", | ||
"vant": "^2.6.0", | ||
"vue": "^2.6.11", | ||
"vue-router": "^3.1.6", | ||
"vuex": "^3.1.3" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "~4.3.0", | ||
"@vue/cli-plugin-router": "~4.3.0", | ||
"@vue/cli-plugin-vuex": "~4.3.0", | ||
"@vue/cli-service": "~4.3.0", | ||
"less": "^3.0.4", | ||
"less-loader": "^5.0.0", | ||
"vue-template-compiler": "^2.6.11" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not dead" | ||
] | ||
} |
public/favicon.ico
0 → 100644
No preview for this file type
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/assets/logo.png
0 → 100644

6.69 KB
src/main.js
0 → 100644
src/router/index.js
0 → 100644
src/router/more-router.js
0 → 100644
src/router/person-router.js
0 → 100644
src/store/index.js
0 → 100644
src/views/More/detail.vue
0 → 100644
src/views/More/index.vue
0 → 100644
src/views/More/record.vue
0 → 100644
File mode changed
src/views/Person/index.vue
0 → 100644
Please
register
or
sign in
to comment