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

https://github.com/fredwangwang/grafana-davi-react-plugin


https://github.com/fredwangwang/grafana-davi-react-plugin

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Simple React Panel

This is just a stub to show how you can create a basic visualization plugin.

To work with this plugin run:
```
yarn dev
```

or
```
yarn watch
```

This will run linting tools and apply prettier fix.

To build the plugin run:
```
yarn build
```