I have a client project with the requirement that a user visits a single URL. Then using PHP detect what device they are on and provide them with a different Vue js app dependant on device.
The issue is that the client is adamant that regardless of the app/device that the user is on, they must have the same URLs. Otherwise it would be easier to host each app on separate subdirectories.
Is there a way to have more than one Vue js app live on the same URL such as www.example.com?