rickyruiz / vue-azure-maps

Integrate Azure Maps in your Vue application

Home Page:https://rickyruiz.github.io/vue-azure-maps/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Integrate Azure Maps in your Vue application

https://rickyruiz.github.io/vue-azure-maps/

License:MIT License


Languages

Language:Vue 52.6%Language:TypeScript 39.9%Language:JavaScript 7.2%Language:HTML 0.3%