How To Create A Nuxt.js Stripe Custom Checkout Page in 23 minutes!

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.ย. 2024

ความคิดเห็น • 18

  • @1AndrewGray
    @1AndrewGray 10 หลายเดือนก่อน +2

    Thanks so much for this, very helpful for me. Could you please give an example or two of why someone would want to setup AWS infrastructure like this for the Stripe endpoints vs just using Nuxt server endpoints? I'm currently planning out a small eCommerce side project using this exact stack, but planned on just using Nuxt with Netlify for all endpoints, but this leaves me wondering if I should do something like this instead, with AWS endpoints using CDK. Thanks!

  • @geopopos
    @geopopos 8 หลายเดือนก่อน

    Thanks for continuing to share awesome stuff like this!

  • @farzadmf
    @farzadmf ปีที่แล้ว

    REALLY nice walkthough, thank you!

  • @atinux
    @atinux ปีที่แล้ว +1

    Yes! Thank you Erik!

  • @johnomeara5864
    @johnomeara5864 8 หลายเดือนก่อน +1

    2:00 Are we just going to pretend to not notice the ChatGPT tab that says "Stripe + NuxtJS Clickbait"? 😂😂

  • @nro337
    @nro337 ปีที่แล้ว +2

    Awesome video!

  • @pawepietras5617
    @pawepietras5617 9 หลายเดือนก่อน

    After 16 hours works!!!
    Thank you

  • @usmankhalid857
    @usmankhalid857 6 หลายเดือนก่อน

    If you have created stripe api in server folder. Why do we need webhook api in server folder?
    can anyone explain please

  • @odehadejoh9966
    @odehadejoh9966 ปีที่แล้ว

    Great content.
    One small nitpick though, it might have made sense to extract the instantiation of the stripe object into a composable, to reduce the repetition.

    • @mephew2713
      @mephew2713 ปีที่แล้ว +1

      Or rather into a plugin.
      Also there is a great Nuxt module that does all this for you.

    • @odehadejoh9966
      @odehadejoh9966 ปีที่แล้ว +1

      @mephew2713 Yeah, nice. That way it'd be instantiated once, on app mount and you could provide it to the rest of the app.

    • @ProgramWithErik
      @ProgramWithErik  ปีที่แล้ว +2

      That's a good point! I just kept it all in the check-out component for simplicity. That makes sense though .

    • @ProgramWithErik
      @ProgramWithErik  ปีที่แล้ว

      @@mephew2713 The Nuxt3/Vue3 Stripe libraries I found were very new, and I'm not sure if they are ready to go for production. For example this one. github.com/fuentesloic/nuxt-stripe But let me know if you've had good chances with it?

    • @mephew2713
      @mephew2713 ปีที่แล้ว

      ​@@ProgramWithErikThis is indeed the one I've been using and I haven't had any problems with it yet.
      As for production readiness I'm not sure, I guess it depends on the requirements.

  • @agusghost1759
    @agusghost1759 11 หลายเดือนก่อน

    where the result in browser?