前端开发基础环境搭建
编辑器及插件 Vscode 编辑器Path Intellisense(路径自动补全)Live Server(开发Server)Vscode-icons(文件图标美化)GitLens(git 可视化增强)Git graph(git 可视化增强)Prettier(代码格式化)Eslint(代码格式化)One dar...
编辑器及插件 Vscode 编辑器Path Intellisense(路径自动补全)Live Server(开发Server)Vscode-icons(文件图标美化)GitLens(git 可视化增强)Git graph(git 可视化增强)Prettier(代码格式化)Eslint(代码格式化)One dar...
步骤一 安装eslint插件 步骤二 打开全局配置,添加如下配置 "editor.codeActionsOnSave": { "source.fixAll.eslint": true, "eslint.autoFixOnSave" : true, },
sudo apt-get remove mysql-* dpkg -l |grep ^rc|awk '{print $2}' |sudo xargs dpkg -P