Skip to content

Initialization

Danish Naglekar edited this page Oct 7, 2019 · 1 revision

When you first load the plugin, you need to select your working directory. This working directory can be saved if you plan to reuse the same in future.

One working directory can host only one Custom Control project

Next you want to identify your Visual Studio Developer Command Prompt so that the CLI commands can be executed using it. This will be a one-time setup and the path can be changed from the Settings button in Toolbar.

Before you begin building your custom control; make sure you have installed all your prerequisites.

Prerequisites

  • Install npm from here. NTS or Current – any version of npm will do.
  • You can either use Visual Studio Code or Visual Studio 2017 or above. If you don't have either of them then download it.
  • Download and Install PowerApp CLI on your machine from here
Clone this wiki locally