You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
# 项目基本地址
|
|
|
|
|
VITE_BASE_URL=/
|
|
|
|
|
# 项目名称
|
|
|
|
|
VITE_APP_NAME=N-Admin后台管理系统
|
|
|
|
|
# 项目标题
|
|
|
|
|
VITE_APP_TITLE=N-Admin后台管理系统
|
|
|
|
|
# 项目描述
|
|
|
|
|
VITE_APP_DESC=N-Admin Background Management System
|
|
|
|
|
|
|
|
|
|
# API访问地址
|
|
|
|
|
VITE_API_URL=/api
|
|
|
|
|
# 上传地址,optional
|
|
|
|
|
VITE_UPLOAD_URL=/api/upload
|
|
|
|
|
# API接口前缀
|
|
|
|
|
VITE_API_URL_PREFIX=
|
|
|
|
|
|
|
|
|
|
# 本地ICON前缀
|
|
|
|
|
VITE_ICON_LOCAL_PREFIX=nl
|
|
|
|
|
# UNOCSS ICON前缀
|
|
|
|
|
VITE_ICON_UNOCSS_PREFIX=i
|
|
|
|
|
# 是否开启请求代理
|
|
|
|
|
VITE_HTTP_PROXY=false
|
|
|
|
|
# 是否开启打包文件大小结果分析
|
|
|
|
|
VITE_VISUALIZER=true
|
|
|
|
|
# 是否开启打包压缩 gzip | brotliCompress | deflate | deflateRaw
|
|
|
|
|
VITE_COMPRESS='none'
|
|
|
|
|
# 是否应用pwa
|
|
|
|
|
VITE_PWA=false
|
|
|
|
|
# 是否启用Markdown插件
|
|
|
|
|
VITE_MARKDOWN=true
|
|
|
|
|
# 是否开启Mock
|
|
|
|
|
VITE_USE_MOCK=false
|