Vite 的默认开发服务器端口是 5000。 但是,如果你需要更改它,可以在 Vite 的配置文件 vite.config.js 中设置 server.port 选项。例如,如果你希望将开发服务器端口更改为 8080,你可以这样做: // vite.config..