vue项目搭建npm run dev 出现的问题 

vue---- I Your application is running here:

出现 I Your application is running here: http://localhost:8083 
这句话的意思是你的程序在8083端口运行。 
解决办法:目录中config下的index.js修改如下:

vue---- I Your application is running here:

将autoOpenBrowser:false ;改为true 
意思是是否默认打开浏览器改为是。就好了

 

相关文章:

  • 2022-12-23
  • 2022-02-09
  • 2021-06-19
  • 2021-12-10
  • 2022-12-23
  • 2021-11-20
  • 2022-02-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-04
  • 2022-12-23
  • 2022-02-11
相关资源
相似解决方案