美文网首页
vue打包文件路径

vue打包文件路径

作者: 风过留香_3356 | 来源:发表于2018-12-29 14:53 被阅读0次
build: {
        env: require('./prod.env'),
        index: path.resolve(__dirname, '../dist/index.html'),
        assetsRoot: path.resolve(__dirname, '../dist'),
        assetsSubDirectory: 'static',
        assetsPublicPath: './',//这个默认是‘/'  要改成’./' ,
//不然的话,会找不静态文件,因为'/static' 不能与 服务器域名下的文件夹进行拼接,
'./static' 和 'static' 都可以拼接,

相关文章

网友评论

      本文标题:vue打包文件路径

      本文链接:https://www.haomeiwen.com/subject/zvxelqtx.html