Getting started with the App Editor

In this topic, you learn how to create a new project in the App Editor or open an existing project.

Prerequisites

  • There are no prerequisites

Procedure

  1. In the Cockpit, go to Development and select App Editor.

    Result: The app editor opens with a blank screen.

  2. On the shell bar, select Project.

    Result: A drop-down menu opens.

    === Create a new project

  3. Select Create from the drop-down menu.

    Result: The New Project dialog opens.

  4. In Type, select vue or react.

    You can change the type while editing.
  5. In Template, you can select a predefined template for the project. Available are typescript, basic, or none.

  6. Enter a Name for the project.

  7. Enter a Description of your project.

  8. In Clone Git Repository, enter the URL of a git repository you are cloning and that you want to store this project in.

  9. Select Ok.

Open an existing project

  1. Select Open from the drop-down menu.

    Result: A dialog with all existing projects opens.

  2. Select the project you want to open.

    Result: The project opens. Toggle edit mode to can edit it.

Results

  • You have opened an existing project or created a new project and can work with it.