This template is an open-source, customizable template built with Nuxt 3 and Tailwind CSS. It showcases how all Nuxt 3 features work with zero configuration on Vercel.
Look at the Nuxt 3 documentation to learn more.
- Server-Side Rendering (SSR)
- Server Routes
- Teleports
- Middleware
- Edge Rendering
- Nuxt Loading Indication
NuxtLink
NuxtContent
- Data Fetching
Start the development server on http://localhost:3000
git clone https://github.com/vercel/nuxt3-kitchen-sink.git
cd nuxt3-kitchen-sink
pnpm i
pnpm dev