vue.config.js to serve assets with different type of paths like
/login/?token=111111
module.exports = {
publicPath: '/'
}
Ref:https://stackoverflow.com/questions/43879418/deploy-vuejs-app-in-a-subdirectory/43880261#43880261
vue.config.js to serve assets with different type of paths like
/login/?token=111111
module.exports = {
publicPath: '/'
}
Ref:https://stackoverflow.com/questions/43879418/deploy-vuejs-app-in-a-subdirectory/43880261#43880261