Reduce the differences with Nuxt 3 and reduce the burden of migration to Nuxt 3.
Bridge is a forward-compatibility layer that allows you to experience many of the new Nuxt 3 features by simply installing and enabling a Nuxt module.
Using Nuxt Bridge, you can make sure your project is (almost) ready for Nuxt 3 and you can gradually proceed with the transition to Nuxt 3.
useAsyncData
and useFetch
composables are not available. Please read the rest of this page for details.
π± Note: If you're starting a fresh Nuxt project, please skip this module and directly go to the Nuxt 3 Installation.
Visit the documentation site for migration guide.
- Clone repository
- Ensure you have the latest LTS version of Node.js installed
- Enable Corepack using
corepack enable
to enablepnpm
andyarn
- Install dependencies with
pnpm install
- Run
pnpm dev:prepare
to activate passive development - Open playground with
pnpm dev
Learn more about in our documentation on how to contribute to Nuxt.