https://github.com/soal/vue-mapbox
Vuejs 2 components for interacting with mapbox-gl-js
https://github.com/soal/vue-mapbox
mapbox mapbox-gj-js mapbox-gl vue vue-mapbox vue2 vuejs
Last synced: 2 months ago
JSON representation
Vuejs 2 components for interacting with mapbox-gl-js
- Host: GitHub
- URL: https://github.com/soal/vue-mapbox
- Owner: soal
- License: mit
- Created: 2017-03-31T09:35:50.000Z (over 8 years ago)
- Default Branch: development
- Last Pushed: 2022-12-19T10:01:31.000Z (almost 3 years ago)
- Last Synced: 2025-10-01T20:59:20.506Z (2 months ago)
- Topics: mapbox, mapbox-gj-js, mapbox-gl, vue, vue-mapbox, vue2, vuejs
- Language: JavaScript
- Homepage: https://soal.github.io/vue-mapbox
- Size: 4.65 MB
- Stars: 483
- Watchers: 14
- Forks: 140
- Open Issues: 100
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vue - vue-mapbox - Vuejs 2 components for interacting with mapbox-gl-js ` 📝 9 months ago` (UI Components [🔝](#readme))
- awesome-vue - vue-mapbox - Vue 2.x wrapper around Mapbox GL JS library that provides vueish-way to interact with the map. (Components & Libraries / UI Components)
- awesome-vue - vue-mapbox ★113 - Vue 2.x wrapper around Mapbox GL JS library that provides vueish-way to interact with the map. (UI Components / Map)
- awesome-vue - vue-mapbox - Vue 2.x wrapper around Mapbox GL JS library that provides vueish-way to interact with the map. (UI Components / Map)
README
# VueMapbox [](https://travis-ci.org/soal/vue-mapbox) [](https://badge.fury.io/js/vue-mapbox)
> Combine powers of [Vue.js](https://vuejs.org/) and [Mapbox Gl JS](https://mapbox.com/mapbox-gl-js)
Vue-mapbox is wrapper around Mapbox GL JS library that provides vueish-way to interact with the map.
[Description and documentation](https://soal.github.io/vue-mapbox)
## Size
~ 15 kB minified and gzipped
## Browser compatibility
_Coming soon_
## Development
```sh
git clone git@github.com:soal/vue-mapbox.git
cd vue-mapbox
npm install
```
Running in dev mode:
```sh
npm run serve
```
Build for production:
```sh
npm run build
```
### Documentation
Documentation use [VuePress 1.0](https://vuepress.vuejs.org).
Documentations source palced in `docs_source` directory and builds into `docs` directory
Start documentation site in development mode:
```sh
npm run docs:serve
```
Build documentation:
```sh
npm run docs:build
```
Inspired by KoRiGaN's [Vue2Leaflet](https://github.com/KoRiGaN/Vue2Leaflet).
## License
MIT
## Contributing
Just fork `development` branch and create PR when your work is done. Please ensure you are not added dist files.