问题: 1.在vue项目中,build打包后,index页面打开会报错, MIME type ('text/html') ;报错内容:because its MIME type ('text/html') is not a supported stylesheet MIME type2.控制台报错:报错内容:http://127.0.0.1:5500/static/css/app.04f46711e76646577281177c721d6432.css 这个地址Cannot GET 解决思路:
Tip: built files are meant to be served over an HTTP server. Opening index.html over file:// won't work. 提示:构建的文件应该通过HTTP服务器提供服务.在文件:/上打开index.html不起作用. 其实直接本地就可以打开... 只需要在build配置文件修改: assetsPublicPath: './', build: { // Template for index.html i