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

Поділитися
Вставка
  • Опубліковано 3 лис 2024

КОМЕНТАРІ • 18

  • @1AndrewGray
    @1AndrewGray Рік тому +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 9 місяців тому

    Thanks for continuing to share awesome stuff like this!

  • @pawepietras5617
    @pawepietras5617 11 місяців тому

    After 16 hours works!!!
    Thank you

  • @johnomeara5864
    @johnomeara5864 10 місяців тому +1

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

  • @atinux
    @atinux Рік тому +1

    Yes! Thank you Erik!

  • @farzadmf
    @farzadmf Рік тому

    REALLY nice walkthough, thank you!

  • @nro337
    @nro337 Рік тому +2

    Awesome video!

  • @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.

  • @usmankhalid857
    @usmankhalid857 8 місяців тому

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

  • @agusghost1759
    @agusghost1759 Рік тому

    where the result in browser?