vue.config.js基础配置文件 raymon 2022-01-12 194 阅读1分钟 Vue。config.js的配置文件 module.exports={ devSerever:{ open:true, port:3000}, lintOnSave:flase }