https://github.com/ionic-team/stencil-inspector
https://github.com/ionic-team/stencil-inspector
stenciljs
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ionic-team/stencil-inspector
- Owner: ionic-team
- License: mit
- Archived: true
- Created: 2018-03-18T19:43:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T15:40:59.000Z (about 7 years ago)
- Last Synced: 2025-01-18T21:58:42.208Z (over 1 year ago)
- Topics: stenciljs
- Language: TypeScript
- Homepage:
- Size: 453 KB
- Stars: 35
- Watchers: 11
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Stencil Inspector

A minimal Chrome extension for debugging web components built with [Stencil](https://stenciljs.com/).
Compatibility: Stencil 0.7.0 and up
Provided inspections:
Props
- Type
- Mutable
- Connect
- Context
- Watchers
- Value (including edit for string, number and boolean props)
States
- Watchers
- Value (including edit for string, number and boolean values)
Elements
Methods
Events
- Definition
-
Flags
- Bubbles
- Cancelable
- Composed
- Definition
-
Flags
- Capture
- Disabled
- Passive
Emitters
Listeners
Lifecycle methods
Internal class members
## Instructions
1. Clone the repo
2. Build the project using `npm run build`
3. Load unpacked extension in Chrome
4. Point to the `www` folder
## Screenshots



## Credits
* [Stencil Team](https://stenciljs.com/)
* [Aurelia Inspector](https://github.com/aurelia/inspector)
* [Vue.js devtools](https://github.com/vuejs/vue-devtools)
* [Douglas Crockford](https://github.com/douglascrockford/JSON-js)