> Combine powers of [Vue.js](https://vuejs.org/) and [Mapbox Gl JS](https://mapbox.com/mapbox-gl-js)
npm install 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.
~ 15 kB minified and gzipped
_Coming soon_
``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 use VuePress 1.0.
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.
MIT
Just fork development` branch and create PR when your work is done. Please ensure you are not added dist files.