0x01 提示信息我使用yarn初始化信息 warning Your current version of Yarn is out of date. The latest version is “1.22.19”, while you’re on “1.22.5”.info To upgrade, download the latest installer at “https://yarnpkg.com/latest.msi“. 0x02 基本命令# 查看yarn的版本 yarn --version 升级方式1, npm install --global yarn 2, ...

阅读全文>>

安装 eslint npm install —g eslint webstorm的配置 vscode的配置项// 当保存的时候,eslint自动帮我们修复错误 "editor.codeActionsOnSave": { "source.fixAll": true }, // 保存代码,不自动格式化 "editor.formatOnSave": false vs报错信息 Parsing error: No Babel config file detected for E:\gitlab\front-level\05_vue\h5\src\main.js. Either disable ...

阅读全文>>