🔥 大版本迭代:(之前精力过多的集中在了pro,忽略了开源用户的感受,抱歉)
1.重构多标签页 2.优化菜单布局 3.主题配置代码全部开源,不再需要加群获取 4.husky变更为gitHooks 5.重构代码生成机
Showing
... | @@ -30,14 +30,12 @@ | ... | @@ -30,14 +30,12 @@ |
"type": "git", | "type": "git", | ||
"url": "git+https://github.com/chuzhixin/vue-admin-beautiful.git" | "url": "git+https://github.com/chuzhixin/vue-admin-beautiful.git" | ||
}, | }, | ||
"husky": { | "gitHooks": { | ||
"hooks": { | "pre-commit": "lint-staged" | ||
"pre-commit": "lint-staged" | |||
} | |||
}, | }, | ||
"lint-staged": { | "lint-staged": { | ||
"src/**/*.{js,vue}": [ | "*.{js,scss,vue}": [ | ||
"eslint --fix", | "vue-cli-service lint", | ||
"git add" | "git add" | ||
] | ] | ||
}, | }, | ||
... | @@ -47,7 +45,7 @@ | ... | @@ -47,7 +45,7 @@ |
"clipboard": "^2.0.6", | "clipboard": "^2.0.6", | ||
"codemirror": "^5.58.1", | "codemirror": "^5.58.1", | ||
"core-js": "^3.6.5", | "core-js": "^3.6.5", | ||
"dayjs": "^1.9.0", | "dayjs": "^1.9.1", | ||
"echarts": "^4.9.0", | "echarts": "^4.9.0", | ||
"echarts-wordcloud": "^1.1.3", | "echarts-wordcloud": "^1.1.3", | ||
"element-ui": "^2.13.2", | "element-ui": "^2.13.2", | ||
... | @@ -72,12 +70,12 @@ | ... | @@ -72,12 +70,12 @@ |
"zx-count": "^0.3.7", | "zx-count": "^0.3.7", | ||
"zx-icon": "^1.1.9", | "zx-icon": "^1.1.9", | ||
"zx-keel": "^0.9.4", | "zx-keel": "^0.9.4", | ||
"zx-layouts": "^0.6.13", | "zx-layouts": "^0.6.14", | ||
"zx-magnifie": "^0.4.0", | "zx-magnifie": "^0.4.0", | ||
"zx-markdown-editor": "^0.0.2", | "zx-markdown-editor": "^0.0.2", | ||
"zx-player": "^1.0.1", | "zx-player": "^1.0.1", | ||
"zx-quill": "^0.0.2", | "zx-quill": "^0.0.2", | ||
"zx-templates": "^0.0.22", | "zx-templates": "^0.0.23", | ||
"zx-verify": "^0.0.2" | "zx-verify": "^0.0.2" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
... | @@ -94,9 +92,8 @@ | ... | @@ -94,9 +92,8 @@ |
"compression-webpack-plugin": "^6.0.2", | "compression-webpack-plugin": "^6.0.2", | ||
"eslint": "^7.10.0", | "eslint": "^7.10.0", | ||
"eslint-plugin-prettier": "^3.1.4", | "eslint-plugin-prettier": "^3.1.4", | ||
"eslint-plugin-vue": "^6.2.2", | "eslint-plugin-vue": "^7.0.0", | ||
"filemanager-webpack-plugin": "^2.0.5", | "filemanager-webpack-plugin": "^2.0.5", | ||
"husky": "^4.3.0", | |||
"image-webpack-loader": "^7.0.1", | "image-webpack-loader": "^7.0.1", | ||
"increase-memory-limit": "^1.0.7", | "increase-memory-limit": "^1.0.7", | ||
"lint-staged": "^10.4.0", | "lint-staged": "^10.4.0", | ||
... | ... |
Please
register
or
sign in
to comment