UI Components > Map


vue-baidu-map 8.36


Baidu Map components for Vue 2.x
  • baidu
  • baidumap
  • map
  • vue
  • vue_baidu_map
  • baidu_map
  • bmap
last commit 2 years ago
2314
Stargazers

Watchers
2314
Open issues
189
380727
Downloads

Last 30 days
18413
Releases
5
53
Final Score

Quality
85
Popularity
27
Maintenance
50

VUE BAIDU MAP

Baidu 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-baidu-map

Initialization

import Vue from 'vue'
import BaiduMap from 'vue-baidu-map'

Vue.use(BaiduMap, {
  /* Visit http://lbsyun.baidu.com/apiconsole/key for details about app key. */
  ak: 'YOUR_APP_KEY'
})

Usage

<template>
  <baidu-map class="map">
  </baidu-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