perf: 优化启动速度

This commit is contained in:
kailong321200875
2023-12-25 16:27:55 +08:00
parent 3a5db42c97
commit 379b340750
10 changed files with 62 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
# 环境
NODE_ENV=development
VITE_NODE_ENV=development
# 接口前缀
VITE_API_BASE_PATH=
@@ -9,3 +9,6 @@ VITE_BASE_PATH=/
# 标题
VITE_APP_TITLE=ElementAdmin
# 是否全量引入element-plus样式
VITE_USE_ALL_ELEMENT_PLUS_STYLE=true