运行 npm run dev 不能自动打开浏览器

当运行完npm之后出现

DONE Compiled successfully in 22992ms 2:59:28 

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

意思是你的网页地址为http://localhost:8081,但是没有自动打开

解决办法:

打开cofig/index.js,将autorOpenBrowser 改为True即可

 

http://blog.csdn.net/u012086400/article/details/78721402

 

posted @ 2020-09-12 15:28  快乐的正能量  阅读(1978)  评论(0编辑  收藏  举报