All Projects → rickyruiz → vue-azure-maps

rickyruiz / vue-azure-maps

Licence: MIT License
Integrate Azure Maps in your Vue application

Programming Languages

Vue
7211 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to vue-azure-maps

react-azure-maps
React Wrapper for azure-maps-control
Stars: ✭ 32 (+45.45%)
Mutual labels:  azure-maps
AzureMapsControl.Components
Razor Components for azure-maps-control
Stars: ✭ 13 (-40.91%)
Mutual labels:  azure-maps

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].