Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 404 Bytes

DEVELOPMENT.md

File metadata and controls

26 lines (12 loc) · 404 Bytes

Building this plugin

This plugin leverages the grafana-toolkit to simplify building and packaging a plugin.

Install module dependencies:

yarn

Build plugin in production mode:

yarn build

Build plugin in development mode:

yarn dev

Build plugin in development mode, watching for changes:

yarn dev --watch

INSTALL

Then copy paste the dist directory in a folder in grafana plugin directory.