摘要:
vue升级了,如何在vue-cli4中取消关闭eslint 校验代码。 只要修改.eslintrc.js文件, 删掉 “@vue/standard' 阅读全文
摘要:
转自 https://www.cnblogs.com/chenhaoyu/p/11579958.html 1、安装vue-cli3的包 npm install -g @vue/cli # OR yarn global add @vue/cli检查版本如下图 2、创建一个vue的项目 vue crea 阅读全文