devtools
devtools copied to clipboard
⚙️ Browser devtools extension for debugging Vue.js applications.
We can run `npx vue-devtools` and load the client with `` in the app index.html. This loading method difficults building configuration to enable/disable debuging features. It would be nice if...
### Vue devtools version 6.5.0 ### Link to minimal reproduction * ### Steps to reproduce & screenshots In the micro-frontend scenario, a specific VSCode file cannot be opened by Vue...
Building a Vite project with @vue/devtools imported causes Vite to try and bundle the node version
### Vue devtools version 6.5.0 ### Link to minimal reproduction https://stackblitz.com/edit/vitejs-vite-ptp8ed?file=log.txt ### Steps to reproduce & screenshots 1. `npm run build` the reproduction, or check the saved `log.txt` ### What...
### Vue devtools version above 6.1.0 ### Link to minimal reproduction https://github.com/coolman90011/quasar2webpack ### Steps to reproduce & screenshots 1. npm init quasar (chose webpack cli) 2. add script to package.json...
### What problem does this feature solve? When I'm using [Pinia setup store](https://pinia.vuejs.org/core-concepts/#setup-stores) instead of classic options store, dev tools doesn't show the store's state. Will be great to add...
### What problem does this feature solve? This is really frustrating that Vue 3 doesn't have official/documented way to enable dev tools for production build. So @VueJS tell me what...
### What problem does this feature solve? The current issue when importing UI component libraries is that the Vue-devtools recognises all the components and shows all of them to inspect....
### Vue devtools version 6.5.0 ### Link to minimal reproduction nothing ### Steps to reproduce & screenshots this is Edge prod is success   But this is Edge dev...
### Version 5.3.3 ### Browser and OS info Chrome 81 / Windows 10 ### Steps to reproduce I use [qiankun](https://github.com/umijs/qiankun) frame to create a single-spa project, the main app using...
### What problem does this feature solve? Hi, I wanted to pitch an idea I had for a small quality of life improvement, which is to automatically expand nested single...