javascript - Create a separate site outside the Vuejs routes -


i using routes.js of vuejs , wondering if there way me create static website live outside routes file.

i using boilerplate vuejs project:

https://github.com/petervmeijgaard/vue-2.0-boilerplate

reason because created redirect route different domain after third party login , returns access token should added redirect url. problem not add access token redirect url, instead url changes current vuejs route.


Comments