1.0.21 • Published 9 months ago

baidu-map-offline v1.0.21

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

VUE BAIDU MAP

npm Travis Package Quality npm license

Languages

Documentation

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

Get Start

Installation

npm i --save vue-baidu-map-offline

Initialization

import Vue from 'vue'
import BaiduMapOffline from 'vue-baidu-map-offline'

Vue.use(BaiduMapOffline, {
  /* Visit http://lbsyun.baidu.com/apiconsole/key for details about app key. */
  ak: 'YOUR_APP_KEY'
})

Usage

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

<style>
/* The container of BaiduMapOffline 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

1.0.21

9 months ago

1.0.20

9 months ago

1.0.19

9 months ago

1.0.18

9 months ago

1.0.17

9 months ago

1.0.16

9 months ago

1.0.15

9 months ago

1.0.14

9 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago