1.0.21 • Published 10 months ago

baidu-map-offline v1.0.21

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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

10 months ago

1.0.20

10 months ago

1.0.19

10 months ago

1.0.18

10 months ago

1.0.17

10 months ago

1.0.16

10 months ago

1.0.15

10 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago