mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-05 07:03:01 +08:00
14 lines
237 B
Plaintext
14 lines
237 B
Plaintext
# 是否开启数据mock
|
|
VITE_USE_MOCK=true
|
|
|
|
# 是否开启调试工具
|
|
VITE_USE_ERUDA=true
|
|
|
|
# 是否开启压缩
|
|
VITE_USE_COMPRESS=true
|
|
|
|
# 是否开启打包后生成报告
|
|
VITE_USE_REPORT=false
|
|
|
|
# 是否开启https
|
|
VITE_USE_HTTPS=false |