#dante69 - vue

1 messages · Page 1 of 1 (latest)

tame harness
#

Hi there!

terse tapir
#

hi @tame harness thnks"

#

need i express or some likethat for api in my code?

#

i have vue3 is similar to vue2 code?

tame harness
#

need i express or some likethat for api in my code?
Depends what you plan to do with Stripe. Some features require some backend code yes.

#

i have vue3 is similar to vue2 code?
I am not familiar with Vue so not sure. But you can find an official migration guide here that should show the main differences: https://v3-migration.vuejs.org/

terse tapir
#

okayy what is the difference betwen stripe checkout and stripe elements? checkout have one single page with all the information before to pay?

#

and collective whats mean?

tame harness
#

Stripe Element: you embed the payment form inside your own webpage
Checkout Session: you redirect your users to a Stripe hosted page to make the payment

#

and collective whats mean?
Where did you see that term?

terse tapir
#

here

#

open collective

terse tapir
#

?

grizzled yacht
#

"Open Collective" is a way to donate to the developers of vue-stripe if you want to.

#

Neither elements nor Checkout require Express, you can use other frameworks for them if you would like