Package Exports
- v-mapbox
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (v-mapbox) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.
Development
git clone git@github.com:geospoc/v-mapbox.git
cd v-mapbox
npm install
Running in dev mode:
npm run serve
Build for production:
npm run build
Documentation
Start documentation site in development mode:
npm run docs:dev
Build documentation:
npm run docs:build
Inspired by KoRiGaN's Vue2Leaflet.
License
MIT
Contributing
Please contribute using Github Flow. Create a branch, add commits, and open a pull request