This commit is contained in:
Arno Kaimbacher 2021-10-28 10:31:51 +02:00
commit 8e0bc7c18d
15 changed files with 30446 additions and 0 deletions

24
README.md Normal file
View file

@ -0,0 +1,24 @@
# typescript-vueapp
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).