Skip to content

arnoa69/vue-stripe-subscriptions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subscription template

Basic Subscription system using Stripe, Vue, Express and Vuetify.

https://codingpr.com/vue-stripe-subscriptions/.


screenshot

screenshot

screenshot

Requirements

Node.js ^16.13.1 | Vue v2

Project setup server side

git clone https://github.com/<your-github-username>/vue-stripe-subscriptions.git
  • cd to vue-stripe-subscriptions
npm install
npm run dev

Project setup client side

  • Open new terminal
cd client
npm install
npm run serve
  • Rename example.env to .env and insert your variables.

Donation

If you like this project, and makes your work easier as a developer, buy me a cup of ☕ 😉

paypal

About

Basic subscription template using Stripe, Vue, and Express

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 62.8%
  • JavaScript 31.9%
  • HTML 3.1%
  • SCSS 1.8%
  • Shell 0.4%