优化h5项目

This commit is contained in:
zhuoda
2021-01-10 20:21:30 +08:00
parent 7e580440f0
commit 606e763126
61 changed files with 878 additions and 923 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "smart-admin-h5",
"version": "1.0.0",
"description": "基于Smart-H5的SmartAdmin的H5端",
"description": "基于vue和vant的h5模板",
"author": "zhuoluodada@qq.com",
"private": true,
"scripts": {
@@ -26,12 +26,12 @@
"moment": "^2.29.0",
"nprogress": "^0.2.0",
"regenerator-runtime": "^0.13.5",
"vant": "^2.10.2",
"vue": "^2.6.11",
"vant": "^2.11.1",
"vue": "^2.6.12",
"vue-enum": "^1.0.5",
"vue-loading-overlay": "^3.4.2",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
"vue-router": "^3.4.0",
"vuex": "^3.6.0"
},
"devDependencies": {
"@sentry/webpack-plugin": "^1.11.1",
@@ -46,15 +46,13 @@
"compression-webpack-plugin": "^3.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"less": "^3.11.2",
"less-loader": "^6.1.0",
"node-sass": "^4.14.1",
"postcss-pxtorem": "^5.1.1",
"sass-loader": "^8.0.2",
"script-ext-html-webpack-plugin": "^2.1.4",
"sass": "^1.3.0",
"sass-loader": "^9.0.3",
"script-ext-html-webpack-plugin": "^2.1.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"vconsole": "^3.3.4",
"vue-template-compiler": "^2.6.11",
"webpack-bundle-analyzer": "^3.8.0"
"vue-template-compiler": "^2.6.12",
"webpack-bundle-analyzer": "^4.2.0"
}
}