2024-03-08 17:59:45 +08:00
|
|
|
|
VITE_BASE_URL=/
|
|
|
|
|
|
2024-03-21 10:57:53 +08:00
|
|
|
|
VITE_APP_TITLE=SoybeanAdmin
|
2024-03-08 17:59:45 +08:00
|
|
|
|
|
2024-03-21 10:57:53 +08:00
|
|
|
|
VITE_APP_DESC=SoybeanAdmin is a fresh and elegant admin template
|
2024-03-08 17:59:45 +08:00
|
|
|
|
|
|
|
|
|
# the prefix of the icon name
|
|
|
|
|
VITE_ICON_PREFIX=icon
|
|
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
|
|
# auth route mode: static | dynamic
|
|
|
|
|
VITE_AUTH_ROUTE_MODE=static
|
|
|
|
|
|
|
|
|
|
# static auth route home
|
|
|
|
|
VITE_ROUTE_HOME=home
|
|
|
|
|
|
|
|
|
|
# default menu icon
|
|
|
|
|
VITE_MENU_ICON=mdi:menu
|
2024-03-21 10:57:53 +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
|