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
- Host: GitHub
- URL: https://github.com/corpglory/grafana-plugin-template-webpack-typescript
- Owner: CorpGlory
- Created: 2017-09-16T17:34:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T13:22:37.000Z (over 8 years ago)
- Last Synced: 2025-07-14T09:11:45.363Z (12 months ago)
- Topics: grafana, plugin, template, typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```