1 Star 0 Fork 320

zhuliu/lamp-web

forked from 最后/lamp-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.env.boot 824 Bytes
一键复制 编辑 原始数据 按行查看 历史
最后 提交于 2024-01-08 16:02 . build: 4.15.0_java17 首次开源
# Whether to open mock
VITE_USE_MOCK = false
# public path
VITE_PUBLIC_PATH = /
# Delete console
VITE_DROP_CONSOLE = false
# Whether to enable gzip or brotli compression
# Optional: gzip | brotli | none
# If you need multiple forms, you can use `,` to separate
VITE_BUILD_COMPRESS = 'gzip'
# 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 = /api
# File upload address, optional
# It can be forwarded by nginx or write the actual address directly
VITE_GLOB_UPLOAD_URL = /base/file/anyone/upload
# Interface prefix
VITE_GLOB_API_URL_PREFIX=
VITE_GLOB_TIPS = 后端采用lamp-boot-plus
# Whether to enable image compression
VITE_USE_IMAGEMIN = true
# 打包是否开启pwa功能
VITE_USE_PWA = false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/chenyaohua/lamp-web.git
[email protected]:chenyaohua/lamp-web.git
chenyaohua
lamp-web
lamp-web
4.x_java17

搜索帮助