diff --git a/README.md b/README.md index 11223fc..0d89a33 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ │ ├── permission.ts # 权限管理 │ └── App.vue # 入口页面 ├── index.html # html模板 +├── .env.development # 配置文件 +├── .env.production # 配置文件 ├── package.json # package.json ├── README.md # README.md ├── tsconfig.json # ts配置 diff --git a/index.html b/index.html index 11603f8..a1d5a69 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite App + Vue3-Vite-ElementPlus-Admin
diff --git a/package.json b/package.json index 9949f41..606af04 100644 --- a/package.json +++ b/package.json @@ -10,17 +10,21 @@ "axios": "^0.24.0", "echarts": "^5.2.2", "element-plus": "^1.2.0-beta.6", + "element-resize-detector": "^1.2.4", "js-cookie": "^3.0.1", "nprogress": "^0.2.0", "screenfull": "^6.0.0", + "throttle-debounce": "^3.0.1", "vue": "^3.2.25", "vue-router": "^4.0.12", "vuex": "^4.0.2" }, "devDependencies": { + "@types/element-resize-detector": "^1.1.3", "@types/js-cookie": "^3.0.1", "@types/node": "^16.11.13", "@types/nprogress": "^0.2.0", + "@types/throttle-debounce": "^2.1.0", "@typescript-eslint/eslint-plugin": "^5.7.0", "@typescript-eslint/parser": "^5.7.0", "@vitejs/plugin-vue": "^2.0.0", diff --git a/src/App.vue b/src/App.vue index f85780e..fce0711 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,5 @@ diff --git a/src/layout/Index.vue b/src/layout/Index.vue index 7a8a43c..fce1f45 100644 --- a/src/layout/Index.vue +++ b/src/layout/Index.vue @@ -3,18 +3,16 @@ * @Author: hutu * @Date: 2021-12-07 08:36:02 * @LastEditors: hutu - * @LastEditTime: 2021-12-30 14:38:55 + * @LastEditTime: 2022-01-07 08:45:25 -->