Last active
September 15, 2020 07:14
-
-
Save zzjtnb/5ab14b44f76369da83b79945ab41190e to your computer and use it in GitHub Desktop.
运行npm run dev 自动打开浏览器
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
打开项目中的/config/index.js | |
修改 | |
```js | |
autoOpenBrowser: false, | |
``` | |
为 | |
```js | |
autoOpenBrowser: true, | |
``` | |
保存重新运行该项目即可 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment