Mapbox GL JS Vue.js
A Vue.js Mapbox component.
Installation
NPM
npm install mapbox-gl-vue --save
Setup
This package does not include the Mapbox GL JS and CSS files. They need to be included in the <head>
of your HTML file. See Mapbox GL quickstart guide here: https://www.mapbox.com/mapbox-gl-js/api/
If you decide to pull in Mapbox Gl via npm and use a module bundler you need to require it globally from your main js file like this: window.mapboxgl = require('mapbox-gl');
In your main js file:
In your HTML file:
Vueify
If you are using Vueify in your build script the Mapbox component can be included as follows:
CSS
CSS needs to be added for the map to show up. The #map
container needs a height and a width. Example: