Skip to content

Commit 30b3d83

Browse files
committed
docs: add readme for how to run demo
1 parent 834e3ea commit 30b3d83

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

examples/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Vue Stripe.js
2+
3+
Full power of Stripe.js + beauty of Vue. Build advanced payment integrations quickly. Use examples for easy start with Payment, Card, and Express Checkout.
4+
5+
## Demo
6+
7+
### 1. Clone
8+
```bash
9+
git clone [email protected]:ectoflow/vue-stripe-js.git
10+
```
11+
12+
### 2. Install
13+
14+
```bash
15+
npm install
16+
```
17+
18+
### 3. Run demo
19+
```bash
20+
npm run dev
21+
```
22+
23+
## Donate
24+
25+
It's an open-source project and completely free to use. Keeping it up-to-date with the Stripe.js API is hard work. Consider supporting my efforts to make vue-stripe-js healthy and sustainable. Thank you!
26+
27+
[**Become a sponsor** 💜](https://github.com/sponsors/softbeehive)

0 commit comments

Comments
 (0)