Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 702 Bytes

File metadata and controls

24 lines (17 loc) · 702 Bytes

NuxtQuick

Nuxt 4 starter template with auth, ui, database and notifications.

Features

  • Authorization (nuxt-auth-utils): /protected.vue -> protected route for demo /auth.vue -> register/login page
  • UI (nuxt-ui)
  • Database (prisma with postgresql)
  • GSAP (v-gsap-nuxt)
  • Tailwind CSS
image image

Installation

  1. Fill .env
  2. Run bunx prisma migrate dev --name init
  3. Run bunx prisma generate
  4. Run bun run dev