1. bmaplib.lushu
A library of Baidu Map JS API
bmaplib.lushu
Package: bmaplib.lushu
Created by: Dafrok
Last modified: Mon, 13 Jun 2022 04:52:28 GMT
Version: 1.0.7
License: MIT
Downloads: 14,021
Repository: https://github.com/Dafrok/BMapLib.LuShu

Install

npm install bmaplib.lushu
yarn add bmaplib.lushu

BMapLib.LuShu

Installation

NPM

 $ npm i --save bmaplib.lushu

CDN

 <script src="//unpkg.com/bmaplib.lushu"></script>

Usage

ES Next

 import LuShu from 'bmaplib.lushu'

// You should use this lib after BaiduMap loaded. For Example:

loadBaiduMap.then(() => {
  new LuShu()
})

CDN

 <script src="//api.map.baidu.com/api?v=2.0"></script>
<script src="//unpkg.com/bmaplib.lushu"></script>
<script>
  new BMapLib.Lushu()
</script>

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin