Getting Started

Installation

Install Vue Stripe in your project

Installation

Install vue-stripe and its peer dependency @stripe/stripe-js:

npm install vue-stripe @stripe/stripe-js

Peer Dependencies

Vue Stripe requires:

  • Vue 3 - Vue Stripe is built for Vue 3 with Composition API support
  • @stripe/stripe-js - The official Stripe.js library

Next Steps

Once installed, you can:

  1. Explore Core Concepts to learn about available components
  2. Check out Examples for common use cases