Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grafana/simple-angular-panel
Hello world angular panel
https://github.com/grafana/simple-angular-panel
Last synced: about 1 month ago
JSON representation
Hello world angular panel
- Host: GitHub
- URL: https://github.com/grafana/simple-angular-panel
- Owner: grafana
- License: apache-2.0
- Archived: true
- Created: 2019-07-15T17:55:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T03:56:52.000Z (over 2 years ago)
- Last Synced: 2024-09-19T09:19:36.512Z (about 2 months ago)
- Language: TypeScript
- Size: 709 KB
- Stars: 7
- Watchers: 141
- Forks: 15
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Simple Angular Panel
[![CircleCI](https://circleci.com/gh/grafana/simple-angular-panel.svg?style=svg)](https://circleci.com/gh/grafana/simple-angular-panel)Hello world showing series in Grafana panel.
### Building this plugin
This plugin leverages the grafana-toolkit to simplify building and packaging a plugin.
Install module dependencies:
```BASH
yarn
```Build plugin in production mode:
```BASH
yarn build
```Build plugin in development mode:
```BASH
yarn dev
```Build plugin in development mode, watching for changes:
```BASH
yarn dev --watch
```