This commit is contained in:
2020-07-04 12:32:17 +02:00
commit e0d1da0042
18 changed files with 11374 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# stacjownik
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).