Talha Meer

Results 4 comments of Talha Meer

I would recommend Vite, as it is simpler and faster than the others.

> @talhameer could you please remove/work around the dependency on stripe? I've removed the extra code around Stripe. Please check [here](https://stackblitz.com/edit/vitejs-vite-48q3zs?file=src%2Fviews%2FCartView.vue)

> The demo is still unusable because I'd need your secret stripe API key to make it run. Check now, I've updated the API key for testing.

Hey @Zenith-09, I was using the [Image](https://nextjs.org/docs/app/api-reference/components/image) component in NextJS to render the images, which is why they got zoomed on MacOS. I used the HTML native `img` element, and...