2022-03-05 01:55:21 +08:00
|
|
|
|
VITE_BASE_URL=/
|
2021-12-12 17:28:39 +08:00
|
|
|
|
|
2023-11-17 08:45:00 +08:00
|
|
|
|
VITE_APP_TITLE=SoybeanAdmin
|
2021-12-12 17:28:39 +08:00
|
|
|
|
|
2023-11-17 08:45:00 +08:00
|
|
|
|
VITE_APP_DESC=SoybeanAdmin is a fresh and elegant admin template
|
2021-12-12 17:28:39 +08:00
|
|
|
|
|
2023-11-17 08:45:00 +08:00
|
|
|
|
# the prefix of the icon name
|
|
|
|
|
VITE_ICON_PREFIX=icon
|
2022-03-12 19:32:15 +08:00
|
|
|
|
|
2023-11-17 08:45:00 +08:00
|
|
|
|
# the prefix of the local svg icon component, must include VITE_ICON_PREFIX
|
|
|
|
|
# format {VITE_ICON_PREFIX}-{local icon name}
|
|
|
|
|
VITE_ICON_LOCAL_PREFIX=icon-local
|
2022-04-18 23:46:42 +08:00
|
|
|
|
|
2023-11-17 08:45:00 +08:00
|
|
|
|
# auth route mode: static | dynamic
|
|
|
|
|
VITE_AUTH_ROUTE_MODE=static
|
2022-09-23 00:15:00 +08:00
|
|
|
|
|
2023-11-17 08:45:00 +08:00
|
|
|
|
# static auth route home
|
|
|
|
|
VITE_ROUTE_HOME=home
|
2022-09-23 00:15:00 +08:00
|
|
|
|
|
2023-11-17 08:45:00 +08:00
|
|
|
|
# default menu icon
|
2024-01-26 21:25:16 +08:00
|
|
|
|
VITE_MENU_ICON=mdi:menu
|
2024-03-02 12:22:10 +08:00
|
|
|
|
|
|
|
|
|
# whether to enable http proxy when is dev mode
|
|
|
|
|
VITE_HTTP_PROXY=Y
|
|
|
|
|
|
|
|
|
|
# vue-router mode: hash | history | memory
|
|
|
|
|
VITE_ROUTER_HISTORY_MODE=history
|