dimsemenov / PhotoSwipe

JavaScript image gallery for mobile and desktop, modular, framework independent
http://photoswipe.com
MIT License
24.23k stars 3.31k forks source link

VueJS #1654

Open ronaldohoch opened 5 years ago

ronaldohoch commented 5 years ago

First I want to thank you for this plugin, it's wonderful <3 Secondly, how can I import it into Vue2

I can't make it work with my Vue website.

Thank you.

Radla commented 5 years ago

maybe this helps? https://github.com/dimsemenov/PhotoSwipe/issues/1649#issuecomment-536259111

mcrider commented 4 years ago

I have it working with https://www.npmjs.com/package/vue-simple-photoswipe.

ronaldohoch commented 4 years ago

@mcrider Have you made a production build? Two galeries in same page?

mcrider commented 4 years ago

Yep! E.g. https://www.cressyhouse.ca/experience (click on any photo gallery)

FYI this is a nuxt.js app.

ronaldohoch commented 4 years ago

Nice, thank you!