A minimal starter template for Nuxt 4 with Tailwind CSS, Shadcn/Vue, TypeScript, and other useful packages.
- 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)
Install dependencies:
pnpm install
Start the development server on http://localhost:3000
:
pnpm dev
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview
pnpm dlx shadcn-vue@latest add <component-name>
See the Shadcn-vue documentation on how to use.