nuxt-stripe
v0.0.3
Published
NuxtJS module for Stripe.js
Downloads
12
Readme
nuxt-stripe
NuxtJS module for Stripe.js
Setup
- 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 */ }],
]
}
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
License
Copyright (c) Dylan Wight [email protected]