I am new to vuejs, I have successfully initiated a laravel 10 app with vite 4 and vue 3 in my homestead environment. However,
I have problems when i try to do
npm run dev
it just stops working and i get 404 errors on @vite client and other files.
however, when i just build it and run it
npm run build
it works fine and i can see the content on my components.
the people i have found while googling on this said that homestead is not compatible with vue3, can someone please confirm?
i have these setup for my environment already
URL : local.webapp.test
IP : 192.168.10.10
does anybody have any idea what i am doing wrong?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community