在根目录新增 vue.config.js 文件

vue.config.js文件代码
module.exports = {
    lintOnSave: false
}