https://github.com/fakorede/nuxt-checkout
Checkout form built with Nuxt.js
https://github.com/fakorede/nuxt-checkout
nuxtjs stripe
Last synced: about 2 months ago
JSON representation
Checkout form built with Nuxt.js
- Host: GitHub
- URL: https://github.com/fakorede/nuxt-checkout
- Owner: Fakorede
- Created: 2021-01-15T23:40:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T23:48:41.000Z (over 4 years ago)
- Last Synced: 2025-04-22T23:14:30.429Z (about 2 months ago)
- Topics: nuxtjs, stripe
- Language: Vue
- Homepage:
- Size: 392 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt-Checkout
> This is a checkout form built with Nuxt.js and Stripe.



## Setup Instructions
``` bash
# clone from repo
$ git clone https://github.com/moshoodfakorede/nuxt-checkout# install dependencies
$ cd nuxt-checkout
$ npm install# run project
$ npm run dev
```**NB:** The [Laravel API](https://github.com/moshoodfakorede/Laravel-Admin) also has to be setup locally and a code generated from the [User App](https://github.com/moshoodfakorede/Vue-Admin) has to be passed as a URL param for this application to work correctly.
Ex:
```
http://localhost:3000/3BuDnu
```## Related Projects
Laravel API - https://github.com/moshoodfakorede/Laravel-Admin
Admin SPA - https://github.com/moshoodfakorede/Vue-Admin
User SPA - https://github.com/moshoodfakorede/vue-influencer