Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuejs/devtools-v6
⚙️ Browser devtools extension for debugging Vue.js applications.
https://github.com/vuejs/devtools-v6
Last synced: 6 days ago
JSON representation
⚙️ Browser devtools extension for debugging Vue.js applications.
- Host: GitHub
- URL: https://github.com/vuejs/devtools-v6
- Owner: vuejs
- License: mit
- Created: 2014-09-29T03:52:07.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T13:15:50.000Z (4 months ago)
- Last Synced: 2024-09-03T01:24:43.699Z (2 months ago)
- Language: TypeScript
- Homepage: https://devtools.vuejs.org
- Size: 14 MB
- Stars: 24,599
- Watchers: 512
- Forks: 4,141
- Open Issues: 497
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-starred-test - vuejs/devtools-v6 - ⚙️ Browser devtools extension for debugging Vue.js applications. (TypeScript)
- awesome - vuejs/devtools-v6 - ⚙️ Browser devtools extension for debugging Vue.js applications. (TypeScript)
README
# Try the next iteration of Vue Devtools!
We have a brand new version of Devtools being developed at [vuejs/devtools-next](https://github.com/vuejs/devtools-next). It is now in beta, please help us [test it out](https://devtools-next.vuejs.org/getting-started/installation)!
---
# vue-devtools
![screenshot](./media/screenshot-shadow.png)
[Documentation](https://devtools.vuejs.org/) | [Install the extension](https://devtools.vuejs.org/guide/installation.html)
## Monorepo
|Package|Description|
|-------|-----------|
[api](./packages/api) | The public devtools API that can be installed in Vue plugins |
[app-backend-api](./packages/app-backend-api) | Abstract API to link the Public API, the core and Vue handlers |
[app-backend-core](./packages/app-backend-core) | The main logic injected in the page to interact with Vue apps |
[app-backend-vue1](./packages/app-backend-vue1) | Decoupled handlers to support Vue 1 (soon) |
[app-backend-vue2](./packages/app-backend-vue2) | Decoupled handlers to support Vue 2 |
[app-backend-vue3](./packages/app-backend-vue3) | Decoupled handlers to support Vue 3 |
[app-frontend](./packages/app-frontend) | Vue app displayed in the browser devtools pane |
[shell-chrome](./packages/shell-chrome) | Chrome/Firefox extension |
[shell-electron](./packages/shell-electron) | Electron standalone app |
[shell-host](./packages/shell-host) | Development environment |
[shell-dev-vue2](./packages/shell-dev-vue2) | Demo app for development (Vue 2) |
[shell-dev-vue3](./packages/shell-dev-vue3) | Demo app for development (Vue 3) |## Contributing
See the [Contributing guide](https://devtools.vuejs.org/guide/contributing.html).
## License
[MIT](http://opensource.org/licenses/MIT)
## Sponsors
[💚️ Become a Sponsor](https://github.com/sponsors/Akryum)