Level 63
You cannot migrate a Vue project to InertiaJS.
InertiaJS is just a kind of glue to bind a backend with a frontend, in that case Laravel with VueJS.
What you have to do is to update all your controllers' functions to return the appropriate Inertia response.