https://github.com/duquejo/vue-ts-map
VueJS Mapbox Library implementation, It's built purely with Vue + TypeScript using VueX for the global state management
https://github.com/duquejo/vue-ts-map
Last synced: over 1 year ago
JSON representation
VueJS Mapbox Library implementation, It's built purely with Vue + TypeScript using VueX for the global state management
- Host: GitHub
- URL: https://github.com/duquejo/vue-ts-map
- Owner: duquejo
- Created: 2023-10-10T03:04:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T03:09:40.000Z (over 2 years ago)
- Last Synced: 2025-01-22T21:16:01.771Z (over 1 year ago)
- Language: TypeScript
- Size: 114 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 10-maps-app
## 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/).