This commit is contained in:
Logan Williams
2022-09-16 09:56:50 +02:00
commit 39c0d9824b
15 changed files with 6318 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# 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/).