Skip to content

A minimal starter template for Nuxt 4 with Tailwind CSS, Shadcn/Vue, TypeScript, and other useful packages.

Notifications You must be signed in to change notification settings

yaminncco/nuxt4-minimal-starter

Repository files navigation

Nuxt 4 Minimal Starter

A minimal starter template for Nuxt 4 with Tailwind CSS, Shadcn/Vue, TypeScript, and other useful packages.

Features

  • Nuxt 4 Ready
  • TypeScript
  • Tailwind CSS v4
  • Shadcn/Vue + RekaUI components
  • Light/Dark color mode
  • Over 200,000 open-source vector icons via Iconify
  • Vueuse - Vue 3 Composition API utilities
  • Eslint
  • Format & Lint pre-commit (simple-git-hooks & lint-staged)

Getting Started

Install dependencies:

pnpm install

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

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Add Shadcn/Vue components

pnpm dlx shadcn-vue@latest add <component-name>

See the Shadcn-vue documentation on how to use.

About

A minimal starter template for Nuxt 4 with Tailwind CSS, Shadcn/Vue, TypeScript, and other useful packages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published