Skip to content

soal/vue-mapbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e0edd17 · Oct 4, 2020
Oct 4, 2020
Sep 19, 2020
Oct 4, 2020
Nov 3, 2018
Oct 4, 2020
Dec 13, 2018
Oct 3, 2020
Dec 30, 2018
Dec 1, 2018
Feb 4, 2018
Oct 3, 2020
Oct 3, 2020
Oct 4, 2020
Oct 4, 2020
Oct 4, 2020
Oct 4, 2020
Oct 4, 2020
Oct 4, 2020

Repository files navigation

VueMapbox Build Status npm version

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.

Description and documentation

Size

~ 15 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 mode:

npm run serve

Build for production:

npm run build

Documentation

Documentation use VuePress 1.0. Documentations source palced in docs_source directory and builds into docs directory

Start documentation site in development mode:

npm run docs:serve

Build documentation:

npm run docs:build

Inspired by KoRiGaN's Vue2Leaflet.

License

MIT

Contributing

Just fork development branch and create PR when your work is done. Please ensure you are not added dist files.