douyin/vue.config.js
2021-06-26 02:38:51 +08:00

8 lines
113 B
JavaScript

// vue.config.js
module.exports = {
lintOnSave:false, //关闭eslint检查
devServer:{
open: true,
}
}