https://github.com/agneym/jc-viewer
JSON Crew Plugin
https://github.com/agneym/jc-viewer
json webcomponents
Last synced: about 2 months ago
JSON representation
JSON Crew Plugin
- Host: GitHub
- URL: https://github.com/agneym/jc-viewer
- Owner: agneym
- License: mit
- Created: 2019-12-15T05:42:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:01:58.000Z (over 3 years ago)
- Last Synced: 2025-08-08T13:17:42.122Z (11 months ago)
- Topics: json, webcomponents
- Language: JavaScript
- Homepage: https://jsoncrew.agney.dev
- Size: 3.47 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON Crew Plugin
This webcomponent follows the [open-wc](https://github.com/open-wc/open-wc) recommendation.
This is a tree viewer for plugin to be used with [JSON Crew](https://jsoncrew.agney.dev)
## Usage
```html
import 'jc-viewer/jc-viewer.js';
```
## Running the demo
```bash
npm i
npm start
```
## Testing using karma
```bash
npm run test
```
## Linting
```bash
npm run lint
```