方法一:
在 package.json 中添加 --open
方法二:
在 vue.config.js 中,devServer 添加加 open:true ,没有vue.config.js,自己创建一个
module.exports = {
devServer: {
open: true
}
}
标签:cli4,vue,浏览器,true,open,devServer,js,config
来源: https://www.cnblogs.com/smile-fanyin/p/14845198.html