A feature-rich Nuxt 3 application starter template combined with modern frontend toolchain.
- 🚀 Nuxt 3 - Full-stack framework for Vue 3
- 🔧 TypeScript - Enhanced JavaScript with static type checking
- 📦 Pinia - Intuitive state management for Vue
- 🎨 TailwindCSS - Utility-first CSS framework
- 📝 ESLint + @antfu/eslint-config - Code style standardization
- 🌐 i18n - Internationalization support
- 🧩 PrimeVue - Feature-rich UI component library
- 💫 Motion - Vue animation library
- 🎭 Lucide Vue Next - Beautiful icon library
- 🎯 Sass - CSS preprocessor
- Node.js 18+
- pnpm 8+ (recommended)
# Clone the project
git clone https://github.com/techfusionlab/nuxt-starter.git
cd nuxt-starter
# Install dependencies
pnpm install
# Start development server
pnpm dev
Visit http://localhost:3000 to view the application.
# Production build
pnpm build
# Preview production build locally
pnpm preview
Contributions are welcome! Feel free to submit issues or pull requests.