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

https://github.com/corpglory/grafana-plugin-template-webpack-typescript

Template project for developing plugins for Grafana with TypeScript and Webpack
https://github.com/corpglory/grafana-plugin-template-webpack-typescript

grafana plugin template typescript webpack

Last synced: 9 months ago
JSON representation

Template project for developing plugins for Grafana with TypeScript and Webpack

Awesome Lists containing this project

README

          

# Webpack Template for Grafana plugins development

Grafana [plugin](http://docs.grafana.org/plugins/developing/development/)
[webpack](https://webpack.github.io) & [TypeScript](https://github.com/Microsoft/TypeScript) version

Based on [grafana-plugin-template-webpack](https://github.com/CorpGlory/grafana-plugin-template-webpack) and [@types/grafana](https://github.com/CorpGlory/types-grafana)

# Build

```
npm install
npm run build
```