Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
55 lines (42 loc) · 1.88 KB

README.md

File metadata and controls

executable file
·
55 lines (42 loc) · 1.88 KB

nuxt-stripe

David-DM Standard JS Circle CI Codecov npm version npm downloads

NuxtJS module for Stripe.js

📖 Release Notes

Setup

  • Add nuxt-stripe dependency using yarn or npm to your project
  • Add nuxt-stripe to modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    'nuxt-stripe',

    // With options
    ['nuxt-stripe', { /* module options */ }],
 ]
}

Development

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • Start development server using npm run dev

License

MIT License

Copyright (c) Dylan Wight [email protected]