mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-02 07:20:24 +08:00
14 lines
262 B
Bash
14 lines
262 B
Bash
# port 端口号
|
|
VITE_PORT = 8889
|
|
|
|
# open 运行 npm run dev 时自动打开浏览器
|
|
VITE_OPEN = false
|
|
|
|
# public path 配置线上环境路径(打包)
|
|
VITE_PUBLIC_PATH = ''
|
|
|
|
VITE_EDITOR=idea
|
|
|
|
# 路由模式
|
|
# Optional: hash | history
|
|
VITE_ROUTER_MODE = hash |