Vue-Router and Public Homepage — Vue-Router We’ve seen that Laravel has routing files, web.php and api.php. Vue also has routing but routing with vue is only possible if we install a router (Router here refers to router packages not the hardware). There are many routers for Vue, the official router for Vue is called Vue-Router. …