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

Create a Rekit Plugin

PreviousMove/RenameNextApplication Plugin

Last updated 5 years ago

Was this helpful?

Create a Plugin

You can create a Rekit plugin project inside Rekit desktop app:

After creation, use integrated terminal to install dependencies. Then start the project:

Then you can access http://localhost:4000 to load Rekit Studio with your plugin.

Create Rekit Plugin
Install Dependencies