0.8.1 • Published 1 year ago
vue-mapbox3 v0.8.1
VueMapbox 3 
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.
A fork of vue-mapbox by Soal
Size
~ 6 kB minified and gzipped
Development
git clone git@github.com:systragroup/vue-mapbox.git
cd vue-mapbox
npm installBuild for production:
yarn run buildDocumentation
Documentation use VitePress.
Documentations source palced in docs_source directory and builds into docs directory
Start documentation site in development mode:
yarn run docs:devBuild documentation:
npm run docs:buildpublish
yarn publishLicense
MIT
Contributing
Just fork development branch and create PR when your work is done.