正常情况下,打包生成的文件放在服务器下可以正常显示页面,现在的需求是能够直接访问index.html。
vue.config.js配置
module.exports = {
publicPath: './'
}
正常情况下,打包生成的文件放在服务器下可以正常显示页面,现在的需求是能够直接访问index.html。
module.exports = {
publicPath: './'
}
publicPath: '/'
,配置完后重新打包,便可直接点开index.html页面。本文标题:@vue/cli 打包生成的dist文件中index.html直
本文链接:https://www.haomeiwen.com/subject/sbsavktx.html
网友评论