Skip to content

🦄 Context Forge v3.2.9 - Nuxt 4 Support

Latest

Choose a tag to compare

@webdevtodayjason webdevtodayjason released this 20 Aug 14:36
· 1 commit to main since this release

🦄 Context Forge v3.2.9 - Nuxt 4 Support

🎉 What's New

🦄 Full Nuxt 4 Integration

  • New Framework Option: Complete support for Nuxt 4 with Vue 3
  • Modern Architecture: New app/ directory structure support
  • Enhanced TypeScript: Better integration with auto-imports
  • Vue 3 Guidelines: Composition API best practices
  • SSR Ready: Server-side rendering configuration
  • Validation Commands: Nuxt-specific build, test, and lint commands

📊 Feature Highlights

  • 🏗️ New app/ directory structure documentation
  • ⚡ Enhanced TypeScript integration with Nuxt 4
  • 🎯 Vue 3 Composition API development guidelines
  • 🔄 Auto-imports and server-side rendering setup
  • 📋 25+ slash commands with Nuxt 4 support
  • 🤖 AI-powered PRP generation for Nuxt projects

🚀 Usage

# Install the latest version
npm install -g [email protected]

# Initialize a new Nuxt 4 project
context-forge init --output my-nuxt-app

# Select "Nuxt 4 (Vue-based, full-stack)" as frontend framework

📦 Technical Changes

Added

  • Nuxt 4 frontend framework option in tech stack prompts
  • templates/claude/tech-stacks/nuxt4.md template
  • Nuxt 4 project structure generator
  • Validation commands: nuxt typecheck, nuxt build, nuxt dev
  • State management options: Pinia, Vuex, built-in Nuxt state
  • Enhanced README with Nuxt 4 examples and documentation

Fixed

  • Issue #7: Add support for Nuxt4

🔄 Migration

No breaking changes - existing projects continue to work as expected.

🙏 Acknowledgments

Thanks to @timezyme for requesting Nuxt 4 support!


Full Changelog: v3.2.8...v3.2.9