#npm run serve 指定临时启用端口 #vue指定临时启用端口


1.

port=5000 npm run serve

2.

npm run serve -- --port 5000

相关