mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 12:58:55 +08:00
8 lines
210 B
Bash
8 lines
210 B
Bash
# port 端口号
|
|
VITE_PORT = 10000
|
|
|
|
# open 运行 npm run dev 时自动打开浏览器
|
|
VITE_OPEN = false
|
|
|
|
# public path 配置线上环境路径(打包)
|
|
VITE_PUBLIC_PATH = /vue-admin-wonderful-next-preview/ |