vue-mapbox
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.
Size
~ 39 kB minified
~ 7 kB minified and gzipped
Browser compatibility
Coming soon
Development
git clone [email protected]: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