kt-template-admin/apps/web-antdv-next/.env.example

42 lines
825 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 应用标题
VITE_APP_TITLE=Vben Admin Antdv Next
# 应用命名空间用于缓存、store 等功能的前缀,确保隔离
VITE_APP_NAMESPACE=vben-web-antdv-next
# 本地开发端口
VITE_PORT=5999
# 基础路径
VITE_BASE=/
# 后端 API 前缀
VITE_GLOB_API_URL=/api
# vue-router 模式,可选 hash / html5
VITE_ROUTER_HISTORY=hash
# 是否开启 Nitro Mock 服务
VITE_NITRO_MOCK=false
# 是否打开 devtools
VITE_DEVTOOLS=false
# 是否注入全局 loading
VITE_INJECT_APP_LOADING=true
# 是否开启压缩,可以设置为 none, brotli, gzip
VITE_COMPRESS=none
# 是否开启 PWA
VITE_PWA=false
# 打包后是否生成 dist.zip
VITE_ARCHIVER=true
# 构建分析开关
VITE_VISUALIZER=false
# store 持久化加密密钥;真实值仅写入本地 .env不提交仓库
VITE_APP_STORE_SECURE_KEY=