Skip to content

Commit 962167c

Browse files
authored
docs: add browser setup instructions in the generated README [skip ci] (#791)
1 parent 77c87d7 commit 962167c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

utils/generateReadme.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ This template should help get you started developing with Vue 3 in Vite.
3030
## Recommended IDE Setup
3131
3232
[VS Code](https://code.visualstudio.com/) + [Vue (Official)](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
33+
34+
## Recommended Browser Setup
35+
36+
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
37+
- [Vue.js devtools](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)
38+
- [Turn on Custom Object Formatter in Chrome DevTools](http://bit.ly/object-formatters)
39+
- Firefox:
40+
- [Vue.js devtools](https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/)
41+
- [Turn on Custom Object Formatter in Firefox DevTools](https://fxdx.dev/firefox-devtools-custom-object-formatters/)
3342
${needsTypeScript ? sfcTypeSupportDoc : ''}
3443
## Customize configuration
3544

0 commit comments

Comments
 (0)