1.12.0 • Published 1 year ago

@advisr/v-mapbox v1.12.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

Description and documentation

Installation

# For Vue 2
$ npm i v-mapbox@legacy
# For Vue 3
$ npm i v-mapbox

Demo

Edit v-mapbox-demo

Development

git clone git@github.com:geospoc/v-mapbox.git
cd v-mapbox
npm install

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

FOSSA Status

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request