mirror of
https://gitee.com/log4j/pig-ui.git
synced 2025-01-03 23:42:23 +08:00
9 lines
198 B
Bash
9 lines
198 B
Bash
# port 端口号
|
|
VITE_PORT = 9000
|
|
|
|
# open 运行 npm run dev 时自动打开浏览器
|
|
VITE_OPEN = false
|
|
|
|
# public path 配置线上环境路径
|
|
VITE_PUBLIC_PATH = /vue-admin-wonderful-next-preview/
|