1 Star 0 Fork 87

唐一嘉/vboot-vben

forked from zsvg/vboot-vben 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.env.production 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
zsvg 提交于 2022-07-02 09:57 . 优化分类DEMO界面,增加门户管理
# Whether to open mock
VITE_USE_MOCK = true
# public path
#VITE_PUBLIC_PATH = /
VITE_PUBLIC_PATH = http://zsvg.gitee.io/vben/
# Delete console
VITE_DROP_CONSOLE = true
# Whether to enable gzip or brotli compression
# Optional: gzip | brotli | none
# If you need multiple forms, you can use `,` to separate
VITE_BUILD_COMPRESS = 'none'
# Whether to delete origin files when using compress, default false
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
# Basic interface address SPA
#VITE_GLOB_API_URL=/basic-api
#VITE_GLOB_API_URL=http://10.0.0.177:5000
VITE_GLOB_API_URL=http://localhost:5000
# File upload address, optional
# It can be forwarded by nginx or write the actual address directly
#VITE_GLOB_UPLOAD_URL=/upload
#VITE_PROXY=[["/upload","http://localhost:5301/gen/att/up"]]
#VITE_GLOB_UPLOAD_URL=http://10.0.0.177:5000/gen/att/up
VITE_GLOB_UPLOAD_URL=http://localhost:5000/gen/att/up
# Interface prefix
VITE_GLOB_API_URL_PREFIX=
# Whether to enable image compression
VITE_USE_IMAGEMIN= true
# use pwa
VITE_USE_PWA = false
# Is it compatible with older browsers
VITE_LEGACY = false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tang-yijia1/vboot-vben.git
[email protected]:tang-yijia1/vboot-vben.git
tang-yijia1
vboot-vben
vboot-vben
master

搜索帮助