sachinchoolur / lightGallery

A customizable, modular, responsive, lightbox gallery plugin.
https://www.lightgalleryjs.com/
Other
6.55k stars 1.29k forks source link

Vue bundle missing from npm package #1671

Open Geocole opened 1 week ago

Geocole commented 1 week ago

Description

The Vue integration appears to be missing from the npm package. When trying to import from 'lightgallery/vue', we get the error: Cannot find module 'lightgallery/vue' or its corresponding type declarations.

Steps to reproduce

  1. Install lightgallery using npm: npm install lightgallery
  2. Try to import Vue component in your code:
    import LightGallery from "lightgallery/vue";
    import lgThumbnail from "lightgallery/plugins/thumbnail";
    import lgZoom from "lightgallery/plugins/zoom";
  3. Build fails with module not found error

Environment

Additional context

The Vue integration bundle seems to be missing from the npm package structure, while React integration is present.

Screenshot 2024-11-13 at 13 45 27
ChristosTerzenidis commented 5 days ago

I have the same issue

ycldz commented 3 days ago

+1