美文网首页vue-cli
vue-cli打包之后无法运行index.html

vue-cli打包之后无法运行index.html

作者: yichen_china | 来源:发表于2019-02-23 20:41 被阅读8次

    按f12查看下错误日志
    应该是相关js+css引入路径错误。
    修改vue.config.js

    module.exports{
     publicPath: process.env.NODE_ENV === 'production' ? '/':'/',
    #把路径修改下即可
    }
    

    相关文章

      网友评论

        本文标题:vue-cli打包之后无法运行index.html

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