vem

Vuejs 2.0 Easy Maps with OpenLayers

Usage no npm install needed!

<script type="module">
  import vem from 'https://cdn.skypack.dev/vem';
</script>

README

VEM

Vuejs Easy Maps

Simple but powerful maps in Vuejs2+ with OpenLayers.

Minimal Example

import Vue from 'vue'
import VEM from 'vem'

Vue.use(VEM)

new Vue({
  el: '#app',
  template: '<vem-map><vem-layer /></vem-map>'
})

This creates a map with default controls and an OSM layer.