https://github.com/rangle/stripe-payment-demo
https://github.com/rangle/stripe-payment-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rangle/stripe-payment-demo
- Owner: rangle
- Created: 2019-06-24T15:47:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:04:16.000Z (over 3 years ago)
- Last Synced: 2025-01-24T13:32:00.608Z (over 1 year ago)
- Language: Vue
- Size: 1.82 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stripe-payment-poc
>
## Build Setup
``` bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).