init
parents
Showing
.browserslistrc
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": "vue", | |||
"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": "^2.6.5", | |||
"vue": "^2.6.10", | |||
"vue-class-component": "^7.0.2", | |||
"vue-property-decorator": "^8.1.0" | |||
}, | |||
"devDependencies": { | |||
"@vue/cli-plugin-babel": "^3.10.0", | |||
"@vue/cli-plugin-typescript": "^3.10.0", | |||
"@vue/cli-service": "^3.10.0", | |||
"typescript": "^3.4.3", | |||
"vue-template-compiler": "^2.6.10" | |||
} | |||
} |
postcss.config.js
0 → 100644
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/shims-tsx.d.ts
0 → 100644
src/shims-vue.d.ts
0 → 100644
tsconfig.json
0 → 100644
tslint.json
0 → 100644