init
Showing
.browserslistrc
0 → 100644
.gitignore
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": "test2", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"core-js": "^3.6.4", | ||
"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", | ||
"sass": "^1.26.3", | ||
"sass-loader": "^8.0.2", | ||
"typescript": "~3.8.3", | ||
"vue-template-compiler": "^2.6.11" | ||
} | ||
} |
public/favicon.ico
0 → 100644
4.19 KB
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/assets/logo.png
0 → 100644
6.69 KB
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/About.vue
0 → 100644
src/views/Home.vue
0 → 100644
tsconfig.json
0 → 100644
tslint.json
0 → 100644