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.
~ 39 kB minified
~ 7 kB minified and gzipped
Coming soon
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.