Subscription Boilerplate with Stripe, Vue Composition API, Express, and TypeScript.
The Subscription Boilerplate is a project template that enables users to create a subscription system using Vue 3, Vite, and Stripe. This boilerplate comes with specific requirements of Node.js version ^16.13.1, the latest version of Vue, and Vite. The setup involves both server-side and client-side configurations to integrate Stripe for handling subscriptions.
Project Setup - Server-side
Project Setup - Client-side
.env.example file to .env in both the server and client directories..env files..env file.The Subscription Boilerplate provides a convenient solution for setting up a subscription system using modern technologies like Vue 3, Vite, and integrating payments with Stripe. By following the provided instructions for server and client setup, users can quickly create a functional subscription feature in their projects.