vue3.0中⽂⽂档(暂时)地址element vue3
element vue2
今天给⼤家分享⼀个Vue3.0框架搭建的后台管理模板
开源vue3.0版本基于vue3.x+ant-design-vue构建的免费开源admin项⽬,
演⽰地址:
2.0版本克隆项⽬
git clone github/chuzhixin/vue-admin-beautiful.git
# 进⼊项⽬⽬录cd vue-admin-beautiful-pro
# 安装依赖
npm i
# 本地开发启动项⽬
npm run serve
3.0版本克隆项⽬
git clone -b vue3.0-antdv github/chuzhixin/vue-admin-beautiful.git
vue element admin# 进⼊项⽬⽬录cd vue-admin-beautiful-pro
# 安装依赖
npm i
# 本地开发启动项⽬
npm run serve
开发⼯具配置
vab依托prettier、stylint⽀持对代码进⾏⾃动格式化整理,修复代码开发中不规范的问题,⼤⼤减轻体⼒劳动 "[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.quickSuggestions": {
"strings": true
},
"lorTheme": "One Monokai",
"editor.tabSize": 2,
"editor.detectIndentation": false,
"iggerExpansionOnTab": true,
"editor.formatOnSave": true,
"able": true,
"ableSmartCommit": true,
"git.autofetch": true,
"firmSync": false,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"liveServer.settings.donotShowInfoMsg": true,
"firmDelete": false,
"abled": "always",
"abled": "always",
"lude": {
"**/.idea": true
},
"deActionsOnSave": {
"source.fixAll.stylelint": true,
"source.fixAll.eslint": true
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[scss]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.suggest.snippetsPreventQuickSuggestions": false,
"prettier.htmlWhitespaceSensitivity": "ignore",
"prettier.vueIndentScriptAndStyle": true,
"docthis.authorName": "chuzhixin 1204505056@qq",
"docthis.includeAuthorTag": true,
"docthis.includeDescriptionTag": true,
"ableHungarianNotationEvaluation": true,
"docthis.inferTypesFromNames": true,
"vetur.format.defaultFormatter.html": "prettier",
"files.autoSave": "onFocusChange"
}
好了,就分享到这⾥,希望能帮到⼤家。感谢各位的阅读!
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论