前端默认的启动端口为 8080
可以通过设置如下参数修改端口,例如修改端口为 9090:
devServer: { port: 8080, ... }
如果您在使用过程中遇到任何问题、有功能建议或需求,请点击此卡片前往 Gitee 仓库提交 Issue。