Skip to content

productdevbook/oku-nuxt3-template

Repository files navigation

Nuxt 3 Starter

We recommend to look at the documentation.

Preview

image

Open in StackBlitz

Deploy your own

Deploy to Netlify

Deploy with Vercel

This starter template also includes:

First-party plugins needed for Tailwind UI:

Best Nuxt with Plugins:

Setup

Make sure to install the dependencies

pnpm install

Development

Start the development server on http://localhost:3000

pnpm dev

Production

Build the application for production:

pnpm build
pnpm start

Checkout the deployment documentation.