0.0.1-beta.7 • Published 2 years ago

@curupira/vue-mapbox v0.0.1-beta.7

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

@curupira/vue-mapbox

A wrapper for Mapbox using Vue, with advanced features and abstractions, like custom markers adn layers, automatic change aparrence on hover, automatic popups and so... like the batman belt for maps in vue

View Documentation

Project setup

Install

npm install --save @curupira/vue-mapbox

Use as plugin

import VueMapbox from 'vue-mapbox'
Vue.use(VueMapbox)

Use as Components in a Component

import { VueMapbox, VmLayer, VmSource } from 'vue-mapbox' //and others
export defaults {
    components: { VueMapbox, VmLayer, VmSource } 
}