Skip to content

nuxt/bridge

Folders and files

NameName
Last commit message
Last commit date
Apr 6, 2025
Apr 10, 2025
Apr 6, 2025
Mar 5, 2024
May 21, 2024
Apr 13, 2022
Oct 10, 2023
Oct 2, 2023
Oct 26, 2022
Mar 5, 2024
Jul 4, 2022
Sep 10, 2023
Apr 6, 2025
Apr 6, 2025
Apr 8, 2025
Dec 2, 2022
May 7, 2024
Apr 6, 2025
Jan 7, 2025

Repository files navigation

πŸŒ‰ Nuxt Bridge

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.

⚠️ Note: Nuxt Bridge provides identical features to Nuxt 3 (Nuxt 3 docs) but there are some limitations, notably that useAsyncData and useFetch composables are not available. Please read the rest of this page for details.

⚠️ Note: Nuxt Bridge does not support Internet Explorer. Supported browsers are listed at https://caniuse.com/es6-module-dynamic-import.

🌱 Note: If you're starting a fresh Nuxt project, please skip this module and directly go to the Nuxt 3 Installation.

Docs

Visit the documentation site for migration guide.

πŸ’» Development

  • Clone repository
  • Ensure you have the latest LTS version of Node.js installed
  • Enable Corepack using corepack enable to enable pnpm and yarn
  • 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.

License

MIT