[Vuejs]-Hosting Vue on a subdomain Uncaught SyntaxError: Unexpected token '<'

0👍

EDITED:

You can use window.location to redirect your app on your subdomain. And then setup your vue-router to handle new routes.

You can find this issue in this comment of Evan You.

Leave a comment