在 package.json 中添加 --open
在 vue.config.js 中,devServer 添加加 open:true ,没有vue.config.js,自己创建一个
module.exports = { devServer: { open: true } }