vue-mapbox3
v0.8.1
Published
> Combine powers of [Vue.js](https://vuejs.org/) and [Mapbox Gl JS](https://mapbox.com/mapbox-gl-js)
Downloads
34
Readme
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 [email protected]:systragroup/vue-mapbox.git
cd vue-mapbox
npm install
Build for production:
yarn run build
Documentation
Documentation use VitePress.
Documentations source palced in docs_source
directory and builds into docs
directory
Start documentation site in development mode:
yarn run docs:dev
Build documentation:
npm run docs:build
publish
yarn publish
License
MIT
Contributing
Just fork development
branch and create PR when your work is done.