VUE BAIDU MAP

Baidu Map components for Vue 2.x.

20171114171240

Get Start

Installation

npm i --save vue-baidu-map
Bash

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'
})
JavaScript

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>
Vue

GitHub

Baidu Map components for Vue 2.xRead More

Latest commit to the master branch on 1-12-2023
Download as zip