安装脚手架输入npm run dev时出现问题

运行npm run dev报错I Your application is running here: http://localhost:8080

 

页面一直不弹出

百度各种方法 ,发现

找到vue01/config/index.js后 打开 。在这里由于博主小白一个,竟然不知如何打开文件,直接打开竟然报如下错误,最后右键找到这个打开方式运行npm run dev报错I Your application is running here: http://localhost:8080

运行npm run dev报错I Your application is running here: http://localhost:8080

打开找到此段

运行npm run dev报错I Your application is running here: http://localhost:8080

 

 将autoOpenBrowser: true,  //是否默认打开浏览器,默认是false,改为true即可

运行npm run dev报错I Your application is running here: http://localhost:8080

 重新输入 npm run dev

就会自动弹出页面

运行npm run dev报错I Your application is running here: http://localhost:8080

 

相关文章:

  • 2021-04-08
  • 2022-12-23
  • 2021-04-18
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
猜你喜欢
  • 2021-11-21
  • 2022-01-05
  • 2021-10-15
  • 2021-10-01
  • 2021-11-03
  • 2021-04-17
相关资源
相似解决方案