From dbdf4d9a6b38e0f3db36c965e0e89550f46d4eda Mon Sep 17 00:00:00 2001 From: Oleksandr Bystrikov Date: Wed, 15 Jan 2025 11:18:42 +0100 Subject: [PATCH] docs: mention nuxt 3, add link to live demo --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f5c39d9..647b811 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,21 @@ [![npm](https://img.shields.io/npm/dm/vue-stripe-js)](https://www.npmjs.com/package/vue-stripe-js) [![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://vshymanskyy.github.io/StandWithUkraine) -Vue 3 components for Stripe. Build advanced payment integrations quickly. Easy to start, friendly DX, minimal abstractions, and full control. It's a glue between Stripe.js and Vue component lifecycle. +Vue 3 components for Stripe. Build advanced payment integrations quickly. Easy to start, friendly DX, minimal abstractions, and full control. It's a glue between Stripe.js and Vue component lifecycle. Works with Nuxt 3. -### [**Become a sponsor** 💜](https://github.com/sponsors/softbeehive) +🟢 **[Live demo](https://vue-stripe-js.netlify.app/)** + +## Health 💜 Consider supporting efforts to make this project healthy and sustainable. Thank you! +- **[Become a sponsor](https://github.com/sponsors/softbeehive)** +- **[Donate via PayPal](https://paypal.me/softbeehive)** + ## Quickstart ⚡️ ### Upgrade -• [**Upgrade guide**](docs/UPGRADE_V1_TO_V2.md) -• **[Docs v1](https://github.com/ectoflow/vue-stripe-js/tree/v1.0.4)** +- **[Upgrade guide](docs/UPGRADE_V1_TO_V2.md)** +- **[Docs v1](https://github.com/ectoflow/vue-stripe-js/tree/v1.0.4)** ### 1. Install