Vue常用命令

1、npm  run serve 指定临时启用端口

port=5000 npm run serve
#或者
npm run serve -- --port 5000
原文地址:https://www.cnblogs.com/liyuanhong/p/13589109.html