- 1.输入指令npm run dev
后生成
DONE Compiled successfully in 4123ms 18:03:29
I Your application is running here: http://localhost:8080
解决方案:config->index.js 下面
module.exports = {
autoOpenBrowser: false, //将此处false修改为true就 ok了
}