Run the following command to create a new Nuxt 3 project using the default UI template:
npx nuxi init -t ui <project_name>
Use the Nuxt Image module for efficient image optimization and manipulation:
bun add @nuxt/image
If you require a lightweight CMS, install the Nuxt Content module:
bun add @nuxt/content
Authentication https://nuxt.com/docs/4.x/guide/recipes/sessions-and-authentication
Authorization https://nuxt.com/modules/authorization
Security https://nuxt.com/modules/security