解决 vue.config.js publicPath:‘././’ 项目运行页面空白问题

解决方法,下面三个必填

module.exports = {

 publicPath: "./",

assetsDir: "static",

outputDir: 'dist',

}