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.

30 lines
609 B
Bash

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 项目基本地址
VITE_BASE_URL=/
# 项目名称
VITE_APP_NAME=N-Admin
# 项目标题
VITE_APP_TITLE=N-Admin
# 项目描述
VITE_APP_DESC=N-Admin-UI
# API访问地址
VITE_API_URL=/api
# 上传地址optional
VITE_UPLOAD_URL=/api/upload
# API接口前缀
VITE_API_URL_PREFIX=
# 是否开启请求代理
VITE_HTTP_PROXY=false
# 是否开启打包文件大小结果分析
VITE_VISUALIZER=true
# 是否开启打包压缩
VITE_COMPRESS=false
# 压缩算法类型
VITE_COMPRESS_TYPE=gzip
# 是否应用pwa
VITE_PWA=false
# 是否启用Markdown插件
VITE_MARKDOWN=true
# 是否开启Mock
VITE_USE_MOCK=false