@pixul/v-mapbox
v1.11.2
Published
Mapbox with Vue 💚
Readme
V-Mapbox 🗺
Combine powers of Vue.js and Mapbox GL JS
NOTE: This is a maintained version of vue-mapbox
V-Mapbox is wrapper around Mapbox GL JS library that provides vueish-way to interact with the map.
Installation
# For Vue 2
$ npm i v-mapbox@legacy
# For Vue 3
$ npm i v-mapboxDemo
Development
git clone [email protected]:geospoc/v-mapbox.git
cd v-mapbox
npm installBuild for production:
npm run buildDocumentation
Start documentation site in development mode:
npm run docs:devBuild documentation:
npm run docs:buildInspired by KoRiGaN's Vue2Leaflet.
License
MIT
Contributing
Please contribute using Github Flow. Create a branch, add commits, and open a pull request
