Vue + Webpack-simple 怎么修改生产环境下运行的端口?时间:2022-05-02 19:32:14开发环境下运行 npm run dev,默认运行在localhost:8080端口,想要修改端口,于是在"dev“后增加了--port 8081