赞
踩
创建命令:vue create 项目名称
如何关闭?
vue.config.js文件中加
module.exports = {
lintOnSave: false
}
文件全代码:
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})
module.exports = {
lintOnSave: false
}
npm install无视版本下载 - npm i --legacy-peer-deps
或
直接删除 package-lock.json 文件,重新执行 npm i。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。