stripe-nuxt
v1.0.2
Published
Stripe.js for nuxt
Downloads
43
Readme
stripe-nuxt
Adds support for Stripe.js v3 to Nuxt.
Installation
First run npm i --save stripe-nuxt
and then add stripe-nuxt
to the modules of your nuxt config. For Typescript support, also add it to the types of your tsconfig.json.
Usage
This library will expose a $stripe
property on the Vue instance