All Projects → ghettovoice → Vuelayers

ghettovoice / Vuelayers

Licence: mit
Web map Vue components with the power of OpenLayers

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vuelayers

Nextcloud Vue
🍱 Vue.js components for Nextcloud app development ✌
Stars: ✭ 89 (-83.27%)
Mutual labels:  hacktoberfest, vue-components, vuejs-components, vuejs2
vue-notification-bell
Vue.js notification bell component.
Stars: ✭ 64 (-87.97%)
Mutual labels:  vuejs2, vue-components, vue2, vuejs-components
Vue Social Sharing
A renderless Vue.js component for sharing links to social networks, compatible with SSR
Stars: ✭ 1,071 (+101.32%)
Mutual labels:  hacktoberfest, vue-components, vuejs-components, vuejs2
Vee Validate
✅ Form Validation for Vue.js
Stars: ✭ 8,820 (+1557.89%)
Mutual labels:  hacktoberfest, vuejs2, vue2
Vue Form Json Schema
Create forms using JSON schema. Bring your components!
Stars: ✭ 253 (-52.44%)
Mutual labels:  vue-components, vuejs2, vue2
Vue Video Player
🎞 @videojs component for @vuejs
Stars: ✭ 4,026 (+656.77%)
Mutual labels:  vue-components, vuejs2, vue2
Storefront Ui
Customization-first, performance-oriented and elegant UI framework for eCommerce (and not only) based on Vue.js and Google Retail UX Playbook. Made with 💚 by Vue Storefront team and contributors.
Stars: ✭ 1,827 (+243.42%)
Mutual labels:  hacktoberfest, vue-components, vuejs2
Quasar
Quasar Framework - Build high-performance VueJS user interfaces in record time
Stars: ✭ 20,090 (+3676.32%)
Mutual labels:  vue-components, vuejs2, vue2
Vue Touch Ripple
👆 Touch ripple component for @vuejs
Stars: ✭ 443 (-16.73%)
Mutual labels:  vue-components, vuejs2, vue2
Vuejs Component Style Guide
Vue.js Component Style Guide
Stars: ✭ 2,796 (+425.56%)
Mutual labels:  vue-components, vuejs2, vue2
Tui
This is a high quanlity components library for VUE
Stars: ✭ 258 (-51.5%)
Mutual labels:  vue-components, vuejs2, vue2
Vue Swatches
🎨 Help the user picking beautiful colors!
Stars: ✭ 456 (-14.29%)
Mutual labels:  vue-components, vuejs-components, vuejs2
Vuemmerce
👉 Responsive ecommerce template 🛒 built with Vue.js and Nuxt.js
Stars: ✭ 223 (-58.08%)
Mutual labels:  vue-components, vuejs2, vue2
V Bar
The virtual responsive crossbrowser scrollbar component for VueJS 2x
Stars: ✭ 216 (-59.4%)
Mutual labels:  vue-components, vuejs2, vue2
Vue Objccn
🔥 Use Vue.js to develop a cross-platform full stack application / 用 Vue.js 开发的跨三端应用
Stars: ✭ 1,993 (+274.62%)
Mutual labels:  vue-components, vuejs2, vue2
Vue Codemirror
⌨️ @codemirror component for @vuejs
Stars: ✭ 2,115 (+297.56%)
Mutual labels:  vue-components, vuejs2, vue2
Vue Multi Select
This component gives you a multi/single select with the power of Vuejs components.
Stars: ✭ 92 (-82.71%)
Mutual labels:  vue-components, vuejs-components, vuejs2
Vue Awesome Swiper
🏆 Swiper component for @vuejs
Stars: ✭ 12,072 (+2169.17%)
Mutual labels:  vue-components, vuejs2, vue2
Vue Cnodejs
基于vue.js重写Cnodejs.org社区的webapp
Stars: ✭ 3,065 (+476.13%)
Mutual labels:  vue-components, vuejs2, vue2
Mui Vue2
mui+mint+vue2.x+vue-router+vuex+webpack最终打包成原生apk的app项目,样式使用vue移动端mint ui框架,原生手机能力偏重于mui框架,欢迎star!
Stars: ✭ 278 (-47.74%)
Mutual labels:  vue-components, vuejs2, vue2


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 [email protected]

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-2020, Vladimir Vershinin
Based on Vue and OpenLayers

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].