mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 21:22:33 +08:00
8 lines
254 B
Bash
8 lines
254 B
Bash
# port 端口号
|
|
VITE_PORT = 8888
|
|
|
|
# open 运行 npm run dev 时自动打开浏览器
|
|
VITE_OPEN = false
|
|
|
|
# public path 配置线上环境路径(打包)、本地通过 http-server 访问时,请置空即可
|
|
VITE_PUBLIC_PATH = /vue-next-admin-preview/ |