端口被占用解决方案 npm run dev 打开项目效果时,发现出现如下报错,这是提示我们 8080 端口已被占用,解决方法如下: 1. 打开cmd 命令窗口,输入 netstat -ano 命令; ...