python-mvenv venvsourcevenv/bin/activate# Linux / macOS# venv\Scripts\activate # WindowspipinstallFlask 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 2. 前端开发 在Vue3 项目的src/components目录下创建一个新组件CodeEditor.vue,并用 Monaco Editor 作为代码编辑器。确保在main.js中注册 Monaco Edit...
"editor.fontLigatures": null, // 是否启用字体连字 "editor.suggestSelection": "first", "editor.renderControlCharacters": true, "editor.multiCursorModifier": "ctrlCmd", // 两个选择器中是否换行 // "editor.snippetSuggestions": "none", // 控制键入触发器字符时是否应自动显示建议 "editor.suggestOn...
Vite是一款快速构建现代web应用程序的构建工具,特别适合于Vue.js应用程序。 Vue3是一款流行的JavaScript框架。 SCSS是一种CSS预处理器,它允许开发者使用类似编程语言的方式来编写CSS,提高代码的可维护性和重用性。 TypeScript是一种由微软开发的静态类型检查的JavaScript超集。 @kangc/v-md-editor是基于 Vue 开发的 ...
CODE_OF_CONDUCT.md create mode 100644 LICENSE create mode 100644 README.md create mode 100644 commitlint.config.cjs create mode 100644 index.html create mode 100644 package.json create mode 100644 playwright.config.ts create mode 100644 pnpm-lock.yaml create mode 100644 postcss.config.cjs create ...
"editor.defaultFormatter": "esbenp.prettier-vscode", // 自动设定 eslint 工作区 "eslint.workingDirectories": [ { "mode": "auto" } ], "explorer.confirmDelete": false, "diffEditor.ignoreTrimWhitespace": true, "eslint.codeAction.showDocumentation": { ...
Fork code! Create your own branch: git checkout -b feat/xxxx Submit your changes: git commit -am 'feat(function): add xxxxx' Push your branch: git push origin feat/xxxx submitpull requestGit Contribution submission specificationreference vue specification (Angular) feat Add new features fix ...
// setting.json{// 重新设定tabsize"editor.tabSize":2,// 每次保存的时候自动格式化"editor.formatOnSave":false,"editor.codeActionsOnSave":{"source.fixAll.eslint":true}} 这里提一嘴i18n-ally多语言翻译这个vscode 插件,好用。 // setting.json中加入{"i18n-ally.localesPaths":["src/views/login/...
/bin/sh."$(dirname "$0")/_/husky.sh"npx lint-stagednpx lint-staged 在.vscode文件夹下新增文件settings.json {"editor.codeActionsOnSave":{"source.fixAll.eslint":true,"eslint.autoFixOnSave":true},"files.eol":"\n"} 编辑.gitignore
"editor.codeActionsOnSave":{"source.fixAll.eslint":false},"[jsvascript]":{"editor.defaultFormatter":"esbenp.prettier-vscode","editor.codeActionsOnSave":{//保存时自动格式化"source.fixAll.eslint":true}},"[typescript]":{"editor.defaultFormatter":"esbenp.prettier-vscode","editor.codeActionsOn...
/bin .eslintrc.js prettier.config.js /src/mock/* # Logs logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* .DS_Store dist-ssr *.local /cypress/videos/ /cypress/screenshots/ # Editor directories and files ...