# nuxt-starter-kit **Repository Path**: wangwii/nuxt-starter-kit ## Basic Information - **Project Name**: nuxt-starter-kit - **Description**: 基于最新 Nuxt 4 开发的自用开发模板,用于快速启动最新的 Nuxt 4 项目,目前还在慢慢加功能中..... A personal starter template built with the latest Nuxt 4 for quickly launching new Nuxt 4 projects, with features still being gradually added. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2026-05-15 - **Last Updated**: 2026-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nuxt 4 Development Template A feature-complete, out-of-the-box Nuxt 4 development template. Currently adding features gradually... adding whatever comes to mind ## 🚀 Quick Start ```bash # Install dependencies pnpm install # Start development server pnpm dev ``` ## 📦 Tech Stack - **Framework**: Nuxt 4 + TypeScript - **UI**: @nuxt/ui - **Internationalization**: @nuxtjs/i18n - **Content**: @nuxt/content - **Images**: @nuxt/image ## ✅ TODO List ### Completed - [x] **Internationalization** - Chinese/English switching - [x] **API Response Interceptor** - Unified data processing - [x] **Multi-environment Configuration** - Dev/Test/Production environments - [x] **UI Component Library** - @nuxt/ui integration - [x] **Content Management** - @nuxt/content integration - [x] **Image Optimization** - @nuxt/image integration - [x] **Project Documentation** - Development standards and configuration guides ### In Development - [ ] **Authentication System** - JWT authentication, permission control - [ ] **State Management** - Pinia integration - [ ] **Testing Framework** - Vitest configuration - [ ] **PWA Support** - Offline caching, push notifications - [ ] **SEO Optimization** - Meta tags, structured data - [ ] **Performance Monitoring** - Application performance analysis ### Planned - [ ] **Code Generator** - Component and page templates - [ ] **Deployment Configuration** - Docker, CI/CD - [ ] **Development Tools** - Debug tools, hot reload optimization - [ ] **Documentation System** - API docs, component documentation ## 📁 Project Structure ``` nuxt-app/ ├── app/ # Application source code ├── content/ # Content files ├── docs/ # Project documentation ├── i18n/ # Internationalization config ├── server/ # Server-side code └── types/ # TypeScript types ``` ## 📚 Documentation - [Custom Cursor Rules](/.cursor/rules/) ## 🛠️ Available Scripts ```bash pnpm dev # Development environment pnpm build # Build application pnpm preview # Preview build pnpm lint # Code linting pnpm type-check # Type checking ``` --- **Happy Coding! 🎉**