A modern, opinionated starter template for Nuxt 3 projects with Tailwind CSS, optimized for productive development with GitHub Copilot.
This template is designed for flow state coding - where you and GitHub Copilot work together seamlessly. We've pre-configured everything to help you focus on building, not configuring.
- 📋 Check
TASKLIST.mdbefore starting work - it tracks priorities and context - 📖 Read
.github/copilot-instructions.mdfor tech stack guidance - ✅ Update tasks as you work - keep the flow going for future sessions
- Nuxt 3 - The intuitive Vue framework
- Tailwind CSS - Utility-first CSS framework
- NuxtIcon - Thousands of ready-to-use icons (including HeroIcons!)
- Nuxt Image - Optimized image handling
- Nuxt Tailwind - Seamless Tailwind integration
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoistStart the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Build for static site deployment:
npm run generate