干货 | 手把手教你如何创建grafana panel插件 [新版]

一、安装插件脚手架

 

1、NPX 方式

npx @grafana/create-plugin@latest

2、npm方式

npm init @grafana/plugin

3、pnpm

pnpm dlx @grafana/create-plugin@latest

4、yarn

yarn create @grafana/plugin

 

二、运行插件并实时预览

 

版权声明:
作者:无敌铁牛
链接:http://www.haowill.com/article-6.html
来源:grafana
文章版权归作者所有,未经允许请勿转载。

THE END
二维码
打赏
< <上一篇
下一篇>>