35 Star 569 Fork 86

腾讯开源 / vConsole

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
plugin_getting_started.md 537 Bytes
一键复制 编辑 原始数据 按行查看 历史

Plugin: Getting Started

A plugin allows you to:

  • add a new panel.
  • add one or more top buttons (topBar) or bottom buttons (tool).

You can customize the functions of the panel and buttons.

Quick Start

Two lines to create a vConsole plugin:

var myPlugin = new VConsole.VConsolePlugin('my_plugin', 'My Plugin');
vc.addPlugin(myPlugin);

The above plugin has no function. See Building a Plugin for more details.

Back to Index

JavaScript
1
https://gitee.com/Tencent/vConsole.git
git@gitee.com:Tencent/vConsole.git
Tencent
vConsole
vConsole
dev

搜索帮助

53164aa7 5694891 3bd8fe86 5694891