Build

After downloaded/cloned Dashboard-Plugin, open the project in your favourite terminal.

Navigate to Dashboard-Plugin project

You can install and build your Dashboard-Plugin with either npm || yarn

In this example i am using macOS and yarn to build my first plugin.

Install

$ npm install
Install all required dependencies

Build

$ npm run start

When you build your plugin for the first time, Dashboard-Plugin will ask you to enter your plugin information to build your plugin manifest.json

  • Name

  • Bundle

Build Dashboard-Plugin for the first time

After that Dashboard-Plugin will start a server to serve your plugin files and then webpack will build and start watching your plugin code.

Last updated

Was this helpful?