w-maplibregl-vue
v1.0.5
Published
A vue2 wrapper for maplibre-gl.
Maintainers
Readme
w-maplibregl-vue
A vue2 wrapper for maplibre-gl.
Documentation
To view documentation or get support, visit docs.
Example
To view some examples for more understanding, visit examples:
all examples: web [source code]
Installation
Using npm(ES6 module):
npm i w-maplibregl-vueIn a browser(UMD module):
Add script for vue.
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js"></script>Add script for w-maplibregl-vue.
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/w-maplibregl-vue.umd.js"></script>