根目录下创建vue.config.js,内容
module.exports = { assetsDir: 'static', parallel: false, publicPath: './', productionSourceMap: false,//不生成map文件 }