Installation vue-cli execution npm run dev does not automatically open a Web page after completion

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/weixin_45734493/article/details/102705700

After installing vue-cli after performing npm run dev appears this:

Here Insert Picture Description

We only need to config / index.js inside the autoOpenBrowser: false; to true on the line!

Here Insert Picture Description

Guess you like

Origin blog.csdn.net/weixin_45734493/article/details/102705700