1 Star 0 Fork 0

疯帽子 / vConsole

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

Plugin: Getting Started

A plugin allows you to:

  • add a new tab
  • add one or more tool button(s)

You can customize the functions of the tab 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

1
https://gitee.com/CrazyHat/vConsole.git
git@gitee.com:CrazyHat/vConsole.git
CrazyHat
vConsole
vConsole
dev

搜索帮助