Build

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

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

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

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