VueJs之自动打开浏览器配置

终端执行:

npm run dev 

出现:

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

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

解决办法:

找到config/index.js中

autoOpenBrowser: false 修改为 autoOpenBrowser: true //运行Vue成功,自动打开浏览器

猜你喜欢

转载自www.cnblogs.com/assistants/p/10430516.html