Skip to content

lammerfalcon/nuxt3-starter

Repository files navigation

Another Nuxt 3 starter

Focused on $fetch wrapper with JWT auth and refresh token logic

Packages

  • Nuxt UI
  • Nuxt Fonts
  • Yup for validation
  • ESlint Antfu config

Features

  • $fetch wrapper with JWT auth and refresh token logic
  • Auth global middleware
  • Custom tailwind colors
  • Page Transitions example
  • MakeFile for easy rebuild project make rebuild
  • TODO: Server api calls implementation, DB + ORM
  • TODO: Docker config for production hosting

As usual...

Node 18+

npm i
npm run dev