推荐学习:https://blog.csdn.net/cyz_hd/article/details/108782869
通过vue ui创建的项目,一开始打开vue.config.js只有一行 lintOnSave: true,这时候打包后打开dist下的index.html为空,控制台报错:
我们加上publicPath: "./",此为基本路径,然后就可以打开index.html啦
注:在使用html-webpack-plugin 生成index.html时,publicPath是可以不用配置的。