NuxtJS module for Stripe.js
- Add
nuxt-stripe
dependency using yarn or npm to your project - Add
nuxt-stripe
tomodules
section ofnuxt.config.js
{
modules: [
// Simple usage
'nuxt-stripe',
// With options
['nuxt-stripe', { /* module options */ }],
]
}
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
Copyright (c) Dylan Wight [email protected]