Vue 之自定义编译生成目录名称等

在vue项目根目录下创建vue.config.js文件,如果不是在网站根目录下,设置publicPath。

module.exports = {
    publicPath: './',
    assetsDir: 'static',
    outputDir: 'dist'
}

 

posted @   样子2018  阅读(366)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示