https://github.com/fredwangwang/grafana-davi-react-plugin
https://github.com/fredwangwang/grafana-davi-react-plugin
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fredwangwang/grafana-davi-react-plugin
- Owner: fredwangwang
- License: apache-2.0
- Created: 2019-10-10T21:19:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T04:44:43.000Z (over 6 years ago)
- Last Synced: 2025-02-05T05:22:52.283Z (over 1 year ago)
- Language: TypeScript
- Size: 887 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```