美文网首页
vue.config.js

vue.config.js

作者: fanyu__ | 来源:发表于2021-01-11 09:21 被阅读0次
module.exports = {

    // 基本路径
    publicPath: './',

    // 构建时的输出目录
    outputDir: 'dist',

    // 防止静态资源的目录
    assetsDir: 'assets',

    // html的输出路径
    indexPath: 'index.html'
}

相关文章

网友评论

      本文标题:vue.config.js

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