Skip to content

Instantly share code, notes, and snippets.

@zzjtnb
Last active September 15, 2020 07:14
Show Gist options
  • Save zzjtnb/5ab14b44f76369da83b79945ab41190e to your computer and use it in GitHub Desktop.
Save zzjtnb/5ab14b44f76369da83b79945ab41190e to your computer and use it in GitHub Desktop.
运行npm run dev 自动打开浏览器
打开项目中的/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