iDevelopThings / vue3-jetstream-inertia-typescript

Jetstreams Inertia vue 3 setup... but with typescript
48 stars 5 forks source link

Vite support #2

Open mbnoimi opened 1 year ago

mbnoimi commented 1 year ago

Thanks a lot for the great project. I found it through this laracast thread. Laravel dropped webpack and started using Vite by default. May you please support Vite?

mbnoimi commented 1 year ago

This article convert webpack to Vite but it didn't take typescript in the consider. Forgive me. I'd like to make PR but I'm still newbie in this matter.

iDevelopThings commented 1 year ago

This article convert webpack to Vite but it didn't take typescript in the consider. Forgive me. I'd like to make PR but I'm still newbie in this matter.

Hey! I'll try and get this sorted really soon, I'm a bit busy lately unfortunately

SirMishaa commented 8 months ago

For someone that want the latest approach, with Vite, Laravel 9/10 and Intertia/Blade, this article helped me a lot : https://advanced-inertia.com/blog/typescript

I've migrated everything successfully with Typescript and it works perfectly.