Vue Special Topic (3) Vue Project Startup Port Change

1. The default port of the Vue project is 8080. After starting the project without modification, the port will be 8080. If port 8080 is already occupied, the port number will be incremented.

 2. You can configure it in the index.js file under the config folder

Change the value of port and re-run the project

 

Guess you like

Origin blog.csdn.net/XueZePeng18729875380/article/details/129554384