# 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
[]() ## 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