他山之石,可以攻玉。
1.新建vue.config.js文件(和package.json同一目录)
2.复制以下代码:
module.exports = { devServer:{ port:3333, // 启动端口 open:true // 启动后是否自动打开网页 } }