Nuxt & Codemod Announcement

·2 min read

We are thrilled to announce that we are partnering with the Nuxt team to build and maintain open-source codemods for the Nuxt 3 to 4 migration. This collaboration aims to enhance Nuxt migrations, beginning with the Nuxt 4 upgrade.

Nuxt 4 migration

Nuxt 4 introduces several new features and improvements, including performance and API consistency improvements.

We've developed a codemod to help you migrate your project to Nuxt 4. Use the following command to migrate your project:

npx codemod@latest nuxt/4/migration-recipe

For more details about the codemod visit Codemod Registry.

Enhanced Codemod Platform

Using Codemod platform for Nuxt and other framework migrations brings many benefits:

  1. Diverse Codemod Engines: We support various engines like ast-grep, ts-morph, and LLM-based engines (Codemod 2.0), allowing us to choose the best tool for each task.
  2. Recipes/Presets: An ordered list of codemods that can be executed with one click to streamline your workflow.
  3. Flexible File Selection: Better control over which files are processed.
  4. Dependency Management: Simplify the installation and uninstallation of dependencies after running your codemods.
  5. Enhanced Performance: Enjoy faster execution times with threading.
  6. Integrated Formatter: Automatically format code post-modification for clean, readable output.
  7. Community and Reporting: Report issues and engage with the community for support. We are just one CLI command away: npx codemod feedback.
  8. AI Customization: Build new or customize existing codemods with the help of Codemod AI in the studio.
  9. Unified Search (codemod search <fuzzy-terms>): Find all codemods regardless of language, framework, or publisher.
  10. Argument Flexibility: Customize codemods with specific arguments. Examples include feature flag clean-up codemods.
  11. Enterprise Support: Manage large-scale changes for big enterprises. Codemod architecture is designed from day one to optimize community involvement while separating features needed for large teams and enterprises. Contact us for more details.

Join Our Community

Be part of our vibrant community of codemod experts and forward-thinking developers. Share your feedback and let us assist with your code migration needs, regardless of your codebase or team size.

Start migrating in seconds

Save days of manual work by running automation recipes to automate framework upgrades, right from your CLI, IDE or web app.

Get started