0.0.25 • Published 1 year ago

v3-baidu-map v0.0.25

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

VUE BAIDU MAP

npm Travis Package Quality npm license

Languages

Documentation

https://dafrok.github.io/vue-baidu-map

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) 2016-present, Dafrok o.o@mug.dog

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.11

1 year ago

0.0.23

1 year ago

0.0.12

1 year ago

0.0.24

1 year ago

0.0.13

1 year ago

0.0.25

1 year ago

0.0.14

1 year ago

0.0.0

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago