摘要: 在项目文件夹下新建 vue.config.js,添加配置。 const path = require('path') function resolve (dir) { return path.join(__dirname, dir) } module.exports = { lintOnSave: 阅读全文
posted @ 2020-07-05 11:14 见嘉于世 阅读(2793) 评论(0) 推荐(0) 编辑