Skip to content
Advertisement

Tag: imgix

is it possible to use luminous in Vue.js?

I am trying to create photo website with vue.js and Laravel, and use luminous to magnify the photo when it is clicked. My photos are stored in AWS S3 bucket. My vue.js structure is like below. 1.PhotoComponent.vue this component is literally rendering each photo. 2.PhotoListComponent.vue this component is making a list of PhotoComponent.vue. There are three things that I have

Advertisement