Skip to content

Commit 5c55b14

Browse files
committed
docs: add browser setup instructions in the generated README [skip ci]
I find that there are still many users who are not aware of the [custom object formatter feature](https://x.com/youyuxi/status/1316043978597376000) so I added the instructions for more visibility.
1 parent a49238a commit 5c55b14

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
[VSCode](https://code.visualstudio.com/) + [Volar](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 Formmater 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 Formmater in Firefox DevTools](https://fxdx.dev/firefox-devtools-custom-object-formatters/)
3342
${needsTypeScript ? sfcTypeSupportDoc : ''}
3443
## Customize configuration
3544

0 commit comments

Comments
 (0)