My personal go-to starter for building Nuxt projects with essential official modules. Perfect for quickly bootstrapping your next Nuxt app!
- ⚡️ Nuxt 4 – The latest and greatest version of Nuxt
- 👾 Nuxt ESLint – Enforce coding standards with ease
- 🌐 NuxtHub – Deploy your app with NuxtHub
- 🔐 Nuxt Auth – Secure authentication for your app
- 📚 Nuxt Content – Manage Markdown-based content effortlessly
- 🖌 Nuxt UI 3 – Build UI components the Nuxt way
- 🖋 Nuxt Fonts – Easily manage custom fonts
- 🖼 Nuxt Image – Optimize images for the web
- 🔧 VueUse – A collection of essential Vue composition utilities
You can quickly create a new project using Nuxter Starter:
# npm
npx nuxi@latest init -t github:larrasu/nuxter-starter <app-name>
# bun
bunx nuxi@latest init -t github:larrasu/nuxter-starter <app-name>