vue-mapvgl

vue-mapvgl

百度地图mapvgl的vue3对应封装

快速上手 项目简介 open in new window

Vue 驱动

享受 Vue 的开发体验,只需要关注数据变化。

全面

针对百度mapgl组件进行全面封装。

额外扩展

针对三维模型额外增加three模型加载。

npm 安装

推荐 npm 安装。

npm install vue-bmap-gl@next --save
npm install vue-mapvgl@next --save

CDN

目前可通过 unpkg.com/vue-mapvgl@nextopen in new window 获取最新版本的资源。

<script src="https://unpkg.com/vue-bmap-gl@next/dist/index.js"></script>
<script src="https://unpkg.com/vue-bmap-gl@next/dist/style.css"></script>
<script src="https://unpkg.com/vue-mapvgl@next/dist/index.js"></script>