openlayermap
TypeScript icon, indicating that this package has built-in type declarations

1.7.6 • Public • Published

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 o.o@mug.dog

Package Sidebar

Install

npm i openlayermap

Weekly Downloads

72

Version

1.7.6

License

bstar

Unpacked Size

7.71 MB

Total Files

190

Last publish

Collaborators

  • huhongxun1986