UI Components > Map


vuelayers 3.75


Web map Vue components with the power of OpenLayers
  • hacktoberfest
  • ol
  • ol3
  • openlayers
  • openlayers3
  • openlayers4
  • vue
  • vue_components
  • vue2
  • vuejs
  • vuejs_components
  • vuejs2
  • vuelayers
  • vue_plugins
  • maps
  • mapping
last commit 2 years ago
663
Stargazers

Watchers
663
Open issues
5
296542
Downloads

Last 30 days
16926
Releases
5
69
Final Score

Quality
87
Popularity
21
Maintenance
100


VueLayers

Web map Vue components with the power of OpenLayers

Build Status Coverage Status GitHub tag NPM version License Downloads Dependencies

Overview

VueLayers is components library that brings the powerful OpenLayers API to the Vue.js reactive world. It can display maps with tiled, raster or vector layers loaded from different sources.

Versions

VueLayers Branch Vue OpenLayers NPM tag
Current 0.12 master ^2.3 ^6.0 latest
Previous 0.11 v0.11.x ^2.3 ^5.0 0.11.x
Previous 0.10 v0.10.x ^2.0 ^4.0 0.10.x

Links

Requirements

Install

# install Vue
npm install vue

# install current VueLayers version 
npm install vuelayers

# install next VueLayers version
npm install vuelayers@next

Build Setup

NOTE: Node v10+ is required.

git clone --recursive -j8 https://github.com/ghettovoice/vuelayers.git
cd vuelayers

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm start

# build for production
npm run build

# run unit tests
npm run test:unit

# run e2e tests
npm run test:e2e

# run all tests
npm test

License

MIT (c) 2017-2022, Vladimir Vershinin
Based on Vue and OpenLayers