Vite is a project from Vue that makes Vue.js development extremely fast. It doesn't have a build step while developing. But I think that by default Laravel uses Mix.js? Is there a way to replace it with Vite?
Well maybe that would be possible once you compile for production, if you can load the whole code via a blade view. But for development, it seems you need two different addresses
But there is hardly any information out regarding how it can be used yet, so I would suggest trying it out yourself