Laravel Homestead Intertia Vue Vite "npm run dev" Problem

137 Views Asked by At

I am trying to run an Inertia Vue Laravel project with Homestead. But after installing breeze just like in the documentation and running the "npm run dev" command, the vue pages do not refresh when I made changes to the pages. So for example, when I edit the email title in Login page of Vue, it doesn't update. To add more confusion, when I check the vue dev tools, it says that the page is already a production page so the refs cannot be viewed. Maybe, this has something to do with how homestead work? I have no idea. What could be the root problem? And why are the assets on vite already in production when runnning through Homestead? This would make development really uneasy at this point.

0

There are 0 best solutions below