Blank page after compile vue application – Fixed in vue js

Blank page after compile vue application – Fixed in vue js

Go to vue.config.js:

module.exports = {
    publicPath : ''
}

Leave a Reply