easyoa.vue Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Customize configuration See Configuration Reference. editor.wordWrap 改为 on 即可自动换行 字体使用 Cascadia Code,设置连字体"editor.fontLigatures": false, 插件---------------------------- Beautify 美化 javascript, JSON, CSS, Sass, 以及 HTML 。一般需要配合.jsbeautifyrc 使用 Eslint--不装 检查代码是否符合规范 GitLens--不装 Git 提示 language-stylus--不装 stylus 语法支持 Markdown All in One--不装 Markdown 语法快捷键 Material Icon Theme 多样化的文件图标 One Dark Pro--不装 一款深黑色的主题 Path Intellisense 相对、绝对路径提示 Prettier formatter 代码格式化 Python--不装 Python 支持 React Native Snippet React Native 语法片段扩展 Setting Sync--不装 同步本地 vscode 编辑器的设置到 github Vetur Vue 语法支持。包括语法高亮、语法代码提示、语法 lint 检测等 Vue VSCode Snippets Vue 语法片段扩展 npm Intellisense import、require npm 模块是自动补全 ----------------------------------- editsettings.txt 保存了 vscode 设置 vuenote.js 保存了知识点笔记 ids4 请求 token http://localhost:5002/connect/token client_id webapi username admins password BlogIdp123$InitPwd grant_type password client_secret secret ---------------vue安装命令--------------- npm install -g @vue/cli vue --version //查看版本 vue create hello-world //创建一个项目