# VUE BAIDU MAP ## fork vue-baidu-map vue3 (build by vite,support baidu v2.0 、 v3.0 and webGl)

Baidu Map components for Vue 3.x

[![npm](https://img.shields.io/npm/v/vue-baidu-map-3x.svg)]() ## Languages - [中文](https://github.com/YangJianFei/vue-baidu-map-3x/blob/main/README.md) - [English](https://github.com/YangJianFei/vue-baidu-map-3x/blob/main/README.en.md) ## Documentation [https://yangjianfei.github.io/vue-baidu-map-3x/](https://yangjianfei.github.io/vue-baidu-map-3x/) ## Get Start ### Installation ```bash npm i --save vue-baidu-map-3x ``` ### Initialization ```javascript 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', // v:'2.0', // default 3.0 // type: 'WebGL' // ||API defaultAPI (BMap=BMapGL) }) ``` ### Usage ```vue ``` ### offline map install pluginnpm i vue-baidu-map-offline contact me wechart:yjf163163|1294485765@qq.com ## abandon ~~BmView~~ abandonBmViewcomponent ## License [MIT ](https://opensource.org/licenses/MIT) copyright (c) 2016~now, YangJianFei <1294485765@qq.com> ## About me wechart:yjf163163 wechart group:scan me
Hope you star!(づ ̄3 ̄)づ╭~ ## todos - [ ] Load on demand - [ ] treeshaking ## updated logs [updated logs](https://github.com/YangJianFei/vue-baidu-map-3x/blob/main/docs/changelogs.md)