Rekit Docs
  • Getting Started
  • Overview
  • Application Types
  • Command Line Interface
  • Element
  • Project Explorer
  • Diagramming
  • Tabs Bar
  • Code Editor
  • Bottom Drawer
  • Move/Rename
  • Rekit Development
    • Create a Rekit Plugin
      • Application Plugin
    • Get Started
    • Extension Point
    • Provide Project Data
    • Define a New Type of Element
      • Manage Element
      • Core Dialog
      • Form in the Dialog
    • Customize Menus
    • Plugin Architecture
    • Plugin Development
    • Hooks
    • Form Builder
    • API reference
      • Overview
      • Extend layouts
  • Application Types
    • Rekit React
      • Overview
      • Element Types
      • Customize Templates
      • Redux Management
      • React Router
      • Styling
      • Build
      • Testing
    • Create React App
    • Rekit Plugin
    • VueJS
    • AngularJS
Powered by GitBook
On this page

Was this helpful?

  1. Rekit Development
  2. Create a Rekit Plugin

Application Plugin

An application plugin provides a set of capabilities to manage a particular type of application, like React, Vuejs, Angular, Node.js etc.

Parts of a typical application plugin

  1. Get app data by extending app.getProjectData

  2. Define element types and their colors

  3. Define element operations add/move/remove

PreviousCreate a Rekit PluginNextGet Started

Last updated 6 years ago

Was this helpful?