https://github.com/f/omi-devtools
DevTools for Omi.js
https://github.com/f/omi-devtools
Last synced: over 1 year ago
JSON representation
DevTools for Omi.js
- Host: GitHub
- URL: https://github.com/f/omi-devtools
- Owner: f
- License: mit
- Created: 2018-10-20T00:20:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T14:14:18.000Z (over 7 years ago)
- Last Synced: 2025-03-17T22:37:12.565Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/omijs-devtools/pjgglfliglbhpcpalbpeloghnbceocmd
- Size: 6.44 MB
- Stars: 53
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Omi.js DevTools Extension v0.1
Lightweight yet powerful extension to debug [Omi.js](https://github.com/Tencent/omi)
## Installation
### From Chrome Web Store
- [Download from Chrome Web Store](https://chrome.google.com/webstore/detail/omijs-devtools/pjgglfliglbhpcpalbpeloghnbceocmd)
### From GitHub
- [Download OmiDevTools.crx File](https://github.com/f/omi-devtools/blob/master/OmiDevTools.crx?raw=true)
- Open Extensions page of Chrome Browser
- Drag and Drop the `OmiDevTools.crx` file.
---

## Features
- Uses Chrome's elements panel since it already uses **Shadow-DOM** and **Web Components**
- Watches store data
- Strongly debuggable with Chrome's debugger itself
- No configuration needed, just start to use
- Shows **local data** and **store data**
- `$o` to access selected element
## Build
You can use from source at `OmiDevTools` directory.
## License
MIT