/vue-mapbox

Vuejs 2 components for interacting with mapbox-gl-js

Primary LanguageVueMIT LicenseMIT

vue-mapbox Build Status npm version

Combine powers of Vue.js and Mapbox Gl JS

Vue-mapbox is wrapper around Mapbox GL JS library that provides vueish-way to interact with the map.

Description and documentation

Size

~ 39 kB minified
~ 7 kB minified and gzipped

Browser compatibility

Coming soon

Development

git clone git@github.com:soal/vue-mapbox.git
cd vue-mapbox
npm install

Running in dev mod:

npm run dev

Running tests:

npm run tests

Build for production:

npm run build

Inspired by KoRiGaN's Vue2Leaflet.