Baidu Map components for Vue 2.x
Last updated Jul 7, 2026
2.4k
Stars
427
Forks
220
Issues
0
Stars/day
Attention Score
50
Language breakdown
Vue 77.1%
JavaScript 22.9%
βΈ Files
click to expand
README
VUE BAIDU MAP
Baidu Map components for Vue 2.x
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: 'YOURAPPKEY' })
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
License
Copyright (c) 2016-present, Dafrok
π More in this category