I'm studying the integration between laravel and vuejs, however, when I configure the routes on the vue-router, when I refresh the page, laravel does not find the page or else I need to go back to the index of the application to run it again . I'm not sure if this is a good way to do this, but I'm not going to be able to do that. sends only raw json, instead of returning the json to the vuejs and from there popular the page. I need to return to the index of the application, click again on the link of the page I want to go and then get the data through the vue. If I refresh the page everything happens again, in summary, every time the page is updated with f5, laravel does not identify the routing of the vues. If the page does not return data, the laravel displays the typical page not found, if there is data return, raw data is shown, straight on the page, without going through the vues. Does anyone know how to solve it?