Sign In

@ks-dbdev/template-react-db-dashboard-plugin

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ks-dbdev/template-react-db-dashboard-plugin

仪表盘插件开发模板

npmnpm
Version
0.0.1
Version published
Weekly downloads
8
33.33%
Maintainers
3
Weekly downloads
 
Created
Source

调试插件

  • pnpm dev本地运行插件,从终端取得本地服务端口PORT。
  • 进入任意多维表文档,链接示例:https://www.kdocs.cn/l/XXXXXXXXX
  • 加入URL Params plugin_debug=PORT,例如: https://www.kdocs.cn/l/XXXXXXXXX?plugin_debug=5173 https://www.kdocs.cn/l/XXXXXXXXX?R=XXXXXXXX&plugin_debug=5173 该参数将告知页面将插件调用到本地的对应端口(如 http://localhost:5173)。
  • 刷新页面,所有插件都会被代理到本地开发环境,以供调试。

打包插件

执行pnpm build打包插件,将dist文件夹压缩为zip包以供后续上传插件使用

FAQs

Package last updated on 07 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts