Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Accept payments with Stripe Checkout (Vue client)

This is a Vue 3 version of the HTML + Vanilla JavaScript client implementation. It works with any of the backends in the server folder.

How to run

You will need to run the server and the Vue client separately.

  1. Follow the "How to run" instruction in the server directory and make sure that the server is running on http://localhost:4242.

  2. Install the dependecies

npm install
  1. Start the Vue client
npm start

Credits