1. opengis

opengis

VUE BAIDU MAP

openlayer Map components for Vue 2.x

npm
Travis
Package Quality
npm
license

Languages

Documentation

https://dafrok.github.io/vue-baidu-map

Get Start

Installation

 npm i --save vue-openlayer-map

Initialization

 import Vue from 'vue'
import olMap from 'vue-openlayer-map'

Vue.use(olMap)

Usage

<template>
  <bs-map class="map">
  </bs-map>
</template>

<style>
/* The container of BaiduMap must be set width & height. */
.map {
  width: 100%;
  height: 300px;
}
</style>

Contributing

Contributing Guide

License

MIT License

Copyright (c) 2016-present, Dafrok [email protected]

Dependencies