mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-06-04 08:39:16 +08:00
✅feat: Update dependencies
This commit is contained in:
parent
8bea3fbe1c
commit
5b5cc31127
32
package.json
32
package.json
@ -13,43 +13,43 @@
|
||||
"deploy": "start ./deploy.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"ant-design-vue": "2.0.0-rc.1",
|
||||
"ant-design-vue": "2.0.0-rc.3",
|
||||
"axios": "^0.21.0",
|
||||
"clipboard": "^2.0.6",
|
||||
"core-js": "^3.7.0",
|
||||
"dayjs": "^1.9.6",
|
||||
"core-js": "^3.8.1",
|
||||
"dayjs": "^1.9.7",
|
||||
"js-cookie": "^3.0.0-rc.1",
|
||||
"mockjs": "^1.1.0",
|
||||
"remixicon": "^2.5.0",
|
||||
"vue": "^3.0.2",
|
||||
"vue-router": "^4.0.0-rc.5",
|
||||
"vuex": "^4.0.0-rc.1"
|
||||
"vue": "^3.0.4",
|
||||
"vue-router": "^4.0.1",
|
||||
"vuex": "^4.0.0-rc.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^4.5.9",
|
||||
"@vue/cli-plugin-eslint": "^4.5.9",
|
||||
"@vue/cli-service": "^4.5.9",
|
||||
"@vue/compiler-sfc": "^3.0.2",
|
||||
"@vue/compiler-sfc": "^3.0.4",
|
||||
"@vue/eslint-config-prettier": "^6.0.0",
|
||||
"babel-eslint": "^11.0.0-beta.2",
|
||||
"body-parser": "^1.19.0",
|
||||
"chalk": "^4.1.0",
|
||||
"chokidar": "^3.4.3",
|
||||
"compression-webpack-plugin": "^6.1.1",
|
||||
"eslint": "^7.14.0",
|
||||
"eslint-plugin-prettier": "^3.1.4",
|
||||
"eslint-plugin-vue": "^7.1.0",
|
||||
"compression-webpack-plugin": "^7.0.0",
|
||||
"eslint": "^7.15.0",
|
||||
"eslint-plugin-prettier": "^3.2.0",
|
||||
"eslint-plugin-vue": "^7.2.0",
|
||||
"filemanager-webpack-plugin": "^3.0.0-beta.0",
|
||||
"image-webpack-loader": "^7.0.1",
|
||||
"less": "^3.13.1-alpha.1",
|
||||
"less": "^4.0.1-alpha.2",
|
||||
"less-loader": "^7.1.0",
|
||||
"lint-staged": "^10.5.1",
|
||||
"prettier": "^2.2.0",
|
||||
"lint-staged": "^10.5.3",
|
||||
"prettier": "^2.2.1",
|
||||
"stylelint": "^13.8.0",
|
||||
"stylelint-config-prettier": "^8.0.2",
|
||||
"stylelint-config-recess-order": "^2.3.0",
|
||||
"svg-sprite-loader": "^5.0.0",
|
||||
"vab-config": "0.0.5",
|
||||
"svg-sprite-loader": "^5.1.1",
|
||||
"vab-config": "0.0.7",
|
||||
"webpackbar": "^5.0.0-3"
|
||||
},
|
||||
"gitHooks": {
|
||||
|
@ -1,30 +1,10 @@
|
||||
@import "./normalize.less";
|
||||
|
||||
/* 滚动条样式 */
|
||||
.base-scrollbar {
|
||||
&::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: rgba(144, 147, 153, 0.3);
|
||||
border: 3px solid transparent;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb:hover {
|
||||
background-color: rgba(144, 147, 153, 0.5);
|
||||
}
|
||||
}
|
||||
|
||||
html {
|
||||
body {
|
||||
.base-scrollbar;
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
.base-scrollbar;
|
||||
}
|
||||
|
||||
/* ant-input-search搜索框 */
|
||||
|
@ -61,46 +61,46 @@
|
||||
<tr>
|
||||
<td>PRO版演示地址(付费版)</td>
|
||||
<td colspan="3">
|
||||
<a href="https://chu1204505056.gitee.io/vue-admin-beautiful-pro/">
|
||||
https://chu1204505056.gitee.io/vue-admin-beautiful-pro/
|
||||
<a
|
||||
href="https://beautiful.panm.cn/vue-admin-beautiful-pro?hmsr=mwsqj&hmpl=&hmcu=&hmkw=&hmci="
|
||||
>
|
||||
点我
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>开源地址(切换分支可查看各个vue版本)</td>
|
||||
<td colspan="3">
|
||||
<a href="https://github.com/chuzhixin/vue-admin-beautiful">点我</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2.x版演示地址(MIT协议,商用免费)</td>
|
||||
<td colspan="3">
|
||||
<a
|
||||
href="https://chu1204505056.gitee.io/vue-admin-beautiful-element/"
|
||||
href="https://beautiful.panm.cn/vue-admin-beautiful-element?hmsr=mwsqj&hmpl=&hmcu=&hmkw=&hmci="
|
||||
>
|
||||
https://chu1204505056.gitee.io/vue-admin-beautiful-element/
|
||||
点我
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2.x版开源地址(MIT协议,商用免费)</td>
|
||||
<td>v3.element-plus MIT协议,商用免费)</td>
|
||||
<td colspan="3">
|
||||
<a
|
||||
href="https://github.com/chuzhixin/vue-admin-beautiful/tree/master"
|
||||
href="https://beautiful.panm.cn/vue-admin-beautiful-element-plus?hmsr=mwsqj&hmpl=&hmcu=&hmkw=&hmci="
|
||||
>
|
||||
https://github.com/chuzhixin/vue-admin-beautiful/tree/master
|
||||
点我
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v3.x版演示地址(MIT协议,商用免费)</td>
|
||||
<td colspan="3">
|
||||
<a href="https://chu1204505056.gitee.io/vue-admin-beautiful-antdv/">
|
||||
https://chu1204505056.gitee.io/vue-admin-beautiful/
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v3.x版开源地址(MIT协议,商用免费)</td>
|
||||
<td>v3.x版演示地址(antdv MIT协议,商用免费)</td>
|
||||
<td colspan="3">
|
||||
<a
|
||||
href="https://github.com/chuzhixin/vue-admin-beautiful/tree/vue3.0-antdv"
|
||||
href="https://beautiful.panm.cn/vue-admin-beautiful-antdv?hmsr=mwsqj&hmpl=&hmcu=&hmkw=&hmci="
|
||||
>
|
||||
https://github.com/chuzhixin/vue-admin-beautiful/tree/vue3.0-antdv
|
||||
点我
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user