A Nuxt 3 App to demonstrate Tailwind CSS, Supabase & Stripe Integration.
https://nuxt-app-dashboard.vercel.app/
- Vue 3
- Nuxt 3
- Supabase
- Stripe
- Tailwind CSS
Set Environment Variables:
SUPABASE_URL
SUPABASE_KEY
STRIPE_API_KEY
STRIPE_PUBLISHABLE_KEY
Make sure to install the dependencies:
npm install
Start the development server on http://localhost:3000
:
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview