update
parents
Showing
with
311 additions
and
0 deletions
.browserslistrc
0 → 100644
.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": "self-service", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "serve": "vue-cli-service serve", | ||
| "build": "vue-cli-service build" | ||
| }, | ||
| "dependencies": { | ||
| "amfe-flexible": "^2.2.1", | ||
| "core-js": "^3.6.4", | ||
| "vant": "^2.8.3", | ||
| "vue": "^2.6.11", | ||
| "vue-class-component": "^7.2.3", | ||
| "vue-property-decorator": "^8.4.1", | ||
| "vue-router": "^3.1.6", | ||
| "vuex": "^3.1.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@vue/cli-plugin-babel": "^4.3.0", | ||
| "@vue/cli-plugin-typescript": "^4.3.0", | ||
| "@vue/cli-service": "^4.3.0", | ||
| "babel-plugin-import": "^1.13.0", | ||
| "less": "^3.0.4", | ||
| "less-loader": "^5.0.0", | ||
| "postcss-pxtorem": "^5.1.1", | ||
| "typescript": "~3.8.3", | ||
| "vue-template-compiler": "^2.6.11" | ||
| } | ||
| } |
postcss.config.js
0 → 100644
public/favicon.ico
0 → 100644
No preview for this file type
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/assets/css/index.less
0 → 100644
src/assets/logo.png
0 → 100644
6.69 KB
src/components/HelloWorld.vue
0 → 100644
src/main.ts
0 → 100644
src/router/index.ts
0 → 100644
src/shims-tsx.d.ts
0 → 100644
src/shims-vue.d.ts
0 → 100644
src/store/index.ts
0 → 100644
src/views/Home.vue
0 → 100644
tsconfig.json
0 → 100644
Please
register
or
sign in
to comment