修改前端项目端口

166 阅读1分钟

VUE项目端口默认是8080

如果想要修改的话,需要找到这个文件

image.png

image.png

在后面加上 --port 你想要改成的端口号

再重新运行

image.png