inertiajs / inertia-laravel

The Laravel adapter for Inertia.js.
https://inertiajs.com
MIT License
2.08k stars 234 forks source link

[Feature] Does Inertia-Laravel support Nuxt.js? If not, will it in the future? #648

Closed miztizm closed 3 months ago

miztizm commented 3 months ago

Hello,

I am currently exploring the use of Inertia with Laravel for my project and I'm particularly interested in using Nuxt 3 as the frontend framework.

Does Inertia-Laravel currently support Nuxt integration? If not, are there any plans or ongoing efforts to support Nuxt in the future? Any guidance or information on this topic would be greatly appreciated.

Thank you!

reinink commented 3 months ago

No, as of right now there is no Nuxt integration and we don't have any plans to support it. To be honest I'm not sure they're compatible, as Nuxt ships with it's own client-side router.