This commit is contained in:
Logan Williams
2022-10-05 10:56:44 +02:00
parent 5dfb53fa90
commit ed5473b6e5
37 changed files with 585 additions and 0 deletions

View File

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