终端执行:npm
npm run dev 浏览器
出现:app
I Your application is running here: http://localhost:8080spa
但并无打开浏览器运行项目code
解决办法:blog
找到config/index.js中io
autoOpenBrowser: false,
修改成class
autoOpenBrowser: true,
如图:终端