This repository provides a Nuxt 4 frontend template with user authentication, written in typescript, featuring pinia for state management, tailwindcss for styling, motion-v for animations, and a UI component library v-uixy. It includes protected and non-protected route layouts, global auth middleware, user account management modals (avatar, email, password, account deletion), and an API proxy configuration for seamless backend integration. Perfect for projects needing a solid, scalable frontend foundation out of the box.
Clone the repository and run the following commands:
npm install
That is all. Have fun using it!