2020-10-10 21:28:43 +08:00
|
|
|
# port
|
|
|
|
|
VITE_PORT = 3100
|
|
|
|
|
|
|
|
|
|
# spa-title
|
2020-10-31 19:51:24 +08:00
|
|
|
VITE_GLOB_APP_TITLE = Vben Admin
|
2020-10-10 21:28:43 +08:00
|
|
|
|
|
|
|
|
# spa shortname
|
|
|
|
|
VITE_GLOB_APP_SHORT_NAME = vue_vben_admin_2x
|
2020-11-08 23:13:47 +08:00
|
|
|
|
2020-11-09 01:08:43 +08:00
|
|
|
# Whether to dynamically load all files in `src/views`
|
|
|
|
|
VITE_DYNAMIC_IMPORT = true
|