安装
npm 安装
推荐 npm 安装。
npm install vue-bmap-gl@next --save
npm install vue-mapvgl@next --save
CDN
目前可通过 unpkg.com/vue-mapvgl 获取最新版本的资源。
<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>