And after you ran npm run build Vue is working on your dev machine?
Sep 13, 2022
7
Level 1
Vue not working in Laravel project on production server
So i managed to deploy and link everything on the server except the Vue Components.
I ran the "npm run build" command so vue components got bundled in the build directory in the form of .js files.
Then from app.blade.php i included those .js files.
Vue components still don't show up, even though linking is correct.
In the public directory i have the following: build -> assets -> 4 .js files, one .css file and a manifest.json
I included all of them in the app.blade.php.
Anyone available to help please?
Please or to participate in this conversation.