vue-azure-maps
TypeScript icon, indicating that this package has built-in type declarations

0.0.30 • Public • Published

Vue Azure Maps

npm npm vue2 license

Vue Azure Maps is a library for Vue.js that integrates Azure Maps. It offers several Vue components out of the box and supports custom ones as well. This library has a dependency to Azure Maps Control Web SDK which uses Mapbox to render performant WebGL.

Vue Azure Maps enables us to declaratively render map components to the DOM using straightforward template syntax.

This library is a work in progress, once it is stabilized 1.0 will be released.

Installation

NPM

npm install vue-azure-maps

Yarn

yarn add vue-azure-maps

Setup

Get an Azure Maps key at https://azure.com/maps

import Vue from 'vue'
import VueAzureMaps from 'vue-azure-maps'

Vue.use(VueAzureMaps, {
  key: '<Your Azure Maps key>',
})

Documentation

The documentation is a work in progress.

Read the documentation and demos.

License

MIT

Copyright (c) 2019-present, Ricardo Ruiz

Package Sidebar

Install

npm i vue-azure-maps

Weekly Downloads

50

Version

0.0.30

License

MIT

Unpacked Size

11.5 MB

Total Files

17

Last publish

Collaborators

  • rickyruiz