0.1.4 • Published 7 months ago

@anshichifan/vue-baidu-mapgl v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

VUE BAIDU MAP

The current package is copied from the Vue-Baidu-Map of Dafrok. Since the original author has not maintained the Vue-Baidu-Map package, I copied it for personal use and changed the BAIDU Map API to 3.0

npm Travis Package Quality npm license

Languages

Documentation

https://github.com/BigPlayBoy/vue-baidu-mapgl

Get Start

Installation

npm i --save vue-baidu-map

Initialization

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'
})

Usage

<template>
  <baidu-map class="map">
  </baidu-map>
</template>

<style>
/* The container of BaiduMap must be set width & height. */
.map {
  width: 100%;
  height: 300px;
}
</style>

Contributing

Contributing Guide

License

MIT License

Copyright (c) 2023-present