nuxt修改启动端口号 吴顺鹏 2023-05-13 229 阅读1分钟 在package.json文件中配置: "config": { "nuxt": { "host": "0.0.0.0", "port": "98" } }