Using vue-stripe on NuxtJS #176
Closed
guidolippi94
started this conversation in
Show and tell
Replies: 1 comment
-
|
This very helpful @guidolippi94 thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Support for NuxtJS
Intro
I'm building a services subiscriptions shop with Nuxt and I use Stripe Billing for handling payments. In addition to that I also need to sell regular one-time pay products.
What I've done
3.Add the plugin in nuxt.config.js, forcing it on client-side
4.Use it as standard, global plugin
5.Done
Now I've to implement the recurrent billing.
Beta Was this translation helpful? Give feedback.
All reactions