Vue Gallery

Open-source Vue projects categorized as Gallery

Top 3 Vue Gallery Projects

  • memories

    Fast, modern and advanced photo management suite. Runs as a Nextcloud app.

  • Project mention: Show HN: Memories, FOSS Google Photos alternative built for high performance | news.ycombinator.com | 2024-03-21
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • SkyGallery

    Create galleries by uploading images and videos. Powered by Sia Skynet.

  • vue-preview-imgs

    A picture preview plugin for the Vue

  • Project mention: From leaflet popup marker to photo gallery image and back | dev.to | 2024-05-22

    // GalleryComponent.vue let localMapStore; if (inBrowser && localMapStore == null) { localMapStore = mapStore(); localMapStore.$subscribe((mutation, state) => { const {payload} = mutation; const {selectedImageIndex} = payload; // open the selected photo within the photo gallery if (selectedImageIndex != undefined) { handleGalleryOpen(selectedImageIndex) } }) } /* ... */ const handleGalleryOpen = (index) => { // from https://github.com/hzpeng57/vue-preview-imgs/blob/master/packages/example/src/App.vue lightbox.loadAndOpen(parseInt(index, 10)); };

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Vue Gallery discussion

Log in or Post with

Index

What are some of the best open-source Gallery projects in Vue? This list will help you:

Project Stars
1 memories 2,904
2 SkyGallery 21
3 vue-preview-imgs 16

Sponsored
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com