VueJs之自动打开浏览器配置
终端执行:
npm run dev
出现:
I Your application is running here: http://localhost:8080
但并没有打开浏览器运行项目
解决办法:
找到config/index.js中
将autoOpenBrowser: false 修改为 autoOpenBrowser: true //运行Vue成功,自动打开浏览器
往事如烟,余生有我.
终端执行:
npm run dev
出现:
I Your application is running here: http://localhost:8080
但并没有打开浏览器运行项目
解决办法:
找到config/index.js中
将autoOpenBrowser: false 修改为 autoOpenBrowser: true //运行Vue成功,自动打开浏览器