• Nuxt/2/Convert Nuxt.Js Config To The DefineNuxtConfig

    Convert Nuxt.js Config to defineNuxtConfig

  • Nuxt/2/Convert Nuxt.Js Config To The `DefineNuxtConfig`

    Convert Nuxt.js Config to defineNuxtConfig

  • Nuxt 2 Convert Nuxt.Js Config To `DefineNuxtConfig`

    Convert Nuxt.js Config to defineNuxtConfig

  • Vue 3 Update Navigation Menu Link Emits And Handle Click

    When using NavigationMenuLink together with NuxtLink according to the documentation the menu does not dismiss when clicking on a link.

  • Nuxt/4/Template Compilation Changes

    This codemod removes lodash/template and related template utilities from Nuxt in favor of a more flexible and secure getContents() function for code generation in v3.

  • Nuxt/4/Migration Recipe

    This recipe is a set of codemods that will help migrate to Nuxt 4.

  • Nuxt/4/Shallow Function Reactivity

    This codemod transforms the data object returned from useAsyncData, useFetch, useLazyAsyncData and useLazyFetch into a shallowRef

  • Nuxt/4/File Structure

    Updates the file structure of a Nuxt.js project when migrating from v3 to v4.

  • Nuxt/4/Deprecated Dedupe Value

    This codemod removes deprecated boolean values for the dedupe option in refresh calls, replacing them with string literals cancel and defer

  • Nuxt/4/Absolute Watch Path

    This codemod converts paths emitted by Nuxt's builder:watch hook from relative to absolute, enhancing support for external directories and complex patterns.