Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```