My Laravel Vue project runs smoothly in development, but on the live shared hosting server, the vue components are not displaying. However, the Laravel views function correctly with no errors in the console. I have already run npm run production to minify for production before deployment and ensured that vue.config mode is set to production. Despite trying various suggestions such as hot reload browser, clearing browser cache, and changing to a different shared hosting server, none of these solutions have resolved the issue. Any assistance would be greatly appreciated. Here is the script object in my package.json file: https://i.sstatic.net/6E3Ut.png