/nuxt3-kitchen-sink

An example template showing all Nuxt 3 features on Vercel.

Primary LanguageVue

Nuxt 3 Kitchen Sink Template

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.

Supported Features

  • Server-Side Rendering (SSR)
  • Server Routes
  • Teleports
  • Middleware
  • Edge Rendering
  • Nuxt Loading Indication
  • NuxtLink
  • NuxtContent
  • Data Fetching

Deploy Your Own

Deploy with Vercel

Development Server

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