mirror of
https://github.com/kailong321200875/vue-element-plus-admin.git
synced 2024-11-27 01:19:56 +08:00
24 lines
335 B
Plaintext
24 lines
335 B
Plaintext
# 环境
|
|
NODE_ENV=production
|
|
|
|
# 接口前缀
|
|
VITE_API_BASE_PATH=
|
|
|
|
# 打包路径
|
|
VITE_BASE_PATH=/vue-element-plus-admin/
|
|
|
|
# 是否删除debugger
|
|
VITE_DROP_DEBUGGER=true
|
|
|
|
# 是否删除console.log
|
|
VITE_DROP_CONSOLE=true
|
|
|
|
# 是否sourcemap
|
|
VITE_SOURCEMAP=false
|
|
|
|
# 输出路径
|
|
VITE_OUT_DIR=dist-pro
|
|
|
|
# 标题
|
|
VITE_APP_TITLE=ElementAdmin
|