摘要: vue创建项目时其他配置 1.关闭eslint语法检查 创建vue.config.js module.exports = { lintOnSave = false } 2.src配置别名 @ 创建jsconfig.json { "compilerOptions":{ "baseUrl":"./", 阅读全文
posted @ 2021-12-16 09:58 幻影之舞 阅读(51) 评论(0) 推荐(0)