终端执行:

npm run dev 

出现:

I Your application is running here: http://localhost:8080

但并没有打开浏览器运行项目

解决办法:

找到config/index.js中

 

autoOpenBrowser: false,

 

修改为

 autoOpenBrowser: true,

如图:

[vuejs] 终端npm run dev 不能自动打开浏览器运行项目解决办法

 

相关文章:

  • 2022-12-23
  • 2021-12-19
  • 2021-11-14
  • 2021-12-09
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-24
  • 2021-07-31
  • 2022-02-04
相关资源
相似解决方案