随笔分类 - VSCode
摘要:
阅读全文
摘要:# 创建项目 pnpm create vite vite-eslint --template vue cd vite-eslint pnpm install pnpm run dev # 安装插件 pnpm i prettier -D # 创建配置文件 echo {}> .prettierrc.js
阅读全文
摘要:<!-- .test 生成class为test的div --> <div class="test"></div> <!-- #test 生成id为test的div --> <div id="test"></div> <!-- .test>a#test --> <div class="test"><a
阅读全文
摘要:<!-- 随机生成3段文字 lorem*3 --> Lorem ipsum dolor, sit amet consectetur adipisicing elit. Facere repellendus et eius, dicta culpa repellat, at deleniti repu
阅读全文
摘要:1. 修改首选项配置 2. 打开控制折叠方式 搜索 word wrap END
阅读全文
摘要:文件自动保存 配置快捷键 ⌘, HTML JS代码补全 Vue需要的插件 Vetur、ESLint、Prettier、Vue 2 Snippets npm安装支持包 settings.json配置文件 ` `
阅读全文
摘要:清除配置信息 然后从 Application 里删掉.app END
阅读全文
摘要:下载地址 https://code.visualstudio.com/ 直接复制到应用程序文件夹 END
阅读全文