I built a single page web app with vue js as the front-end library and laravel as the back-end framework. Its now time to host it on a shared hosting service and have not found any clear steps on how to do this successfully with the Api Routes of the loading as programmed.
I copied content of laravel public folder and build files of vue js to the public_html folder in shared hosting. Then it's loading the frontend without data …