mirror of
https://gitee.com/lyt-top/vue-next-admin
synced 2026-07-07 06:15:18 +08:00
5 lines
109 B
Bash
5 lines
109 B
Bash
# port 端口号
|
|
VUE_APP_PORT = 9999
|
|
|
|
# open 运行 npm run dev 时自动打开浏览器
|
|
VUE_APP_OPEN = false |