https://github.com/thebojda/vue3-map-example
Vue3 map example (with TypeScript and vue-class-component)
https://github.com/thebojda/vue3-map-example
Last synced: 3 months ago
JSON representation
Vue3 map example (with TypeScript and vue-class-component)
- Host: GitHub
- URL: https://github.com/thebojda/vue3-map-example
- Owner: TheBojda
- Created: 2022-04-05T17:57:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T18:06:46.000Z (about 4 years ago)
- Last Synced: 2025-10-24T13:28:21.717Z (7 months ago)
- Language: Vue
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-map-example
## 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/).