An open API service indexing awesome lists of open source software.

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

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