A modern, beautiful starter template combining the power of Nuxt 3, Tailwind CSS, and Shadcn/ui components for rapid development.
Make sure you have Node.js 18+ installed on your machine.
- Create a new Nuxt project:
npm create nuxt@latest
- Install Tailwind CSS:
npm install tailwindcss @tailwindcss/vite
- Add Shadcn/ui module:
npx nuxi@latest module add shadcn-nuxt
- Initialize Shadcn/ui:
npx shadcn-vue@latest init
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm preview
# yarn
yarn preview
# bun
bun run preview
- ⚡ Nuxt 3 - The Intuitive Vue Framework
- 🎨 Tailwind CSS - Utility-first CSS framework
- 🧩 Shadcn/ui - Beautiful, accessible components
- 📱 Responsive Design - Mobile-first approach
- 🔧 TypeScript Support - Type-safe development
- ⚡ Vite - Lightning fast development