Use this template to get started quickly with Nuxt 4, shadcn-vue, and Tailwind CSS v4.
pnpm dlx nuxi@latest init my-app -t gh:stackhacker-ui/starterThis project is not affiliated with shadcn/ui, shadcn-vue, Vercel, Nuxt, or Nuxt UI.
- Nuxt 4 + Vue 3 + TypeScript
- shadcn-vue (via shadcn-nuxt) and reka-ui
- Tailwind CSS v4
- Color mode support with
@nuxtjs/color-mode - Icon setup with
@nuxt/iconand Iconify collections - ESLint and type checking out of the box
For local development in this repository, install dependencies:
pnpm installStart the development server on http://localhost:3000:
pnpm devpnpm lintpnpm typecheckBuild the application for production:
pnpm buildLocally preview production build:
pnpm previewCheck the Nuxt deployment documentation for more details.
Install the Renovate GitHub app on your repository.