Dashboard-Plugin
Docs HomeDashboard plugins and appsInfomakerNaviga global
  • About
  • Intro
  • Getting started
  • The anatomy of a plugin
  • Manifest structure
  • Getting started
    • Get Dashboard-Plugin
    • Build
  • What's new
  • Components
    • Agent
      • Actions
    • Application
    • Widget
    • Health
    • Modal
    • Settings
  • API and GUI
    • API
      • Overview
      • register
        • Reducers
        • Portals
        • Requirements
        • Permissions
        • Default config
        • Config Modifiers
      • cache
      • store
      • encrypt
      • decrypt
      • createUUID
      • getLanguage
      • getTextDirection
      • getTimeFormat
      • getKeyCharFromCode
      • getKeyCodeFromChar
      • event
      • Logger
      • buildRouteUrlWithDispatchableEvent
      • getUser
      • getAction
      • getPortal
      • getConfig
      • getLocalize
      • getAvailableActions
      • getAvailablePortals
      • request
      • setHealth
      • openModal
      • closeModal
      • confirm
      • notifications
      • hasPermission
      • standalone
      • withUser
      • useModal
      • useSheet
      • useUser
      • useConfig
      • useLocalize
      • useApplication
      • useMappings
      • useStandalone
    • GUI
      • Core GUI
      • Style-Guide
    • Modules
      • GUI
      • Utility
      • NavigaID
        • getUserToken
        • getApplicationToken
        • getGroupsFromToken
  • Mappings
  • Plugins deployments
  • S3 upload
  • Deprecations
    • 4.1.0
    • 4.0.0
    • 2.1.0
Powered by GitBook
On this page
  • Install
  • Build

Was this helpful?

  1. Getting started

Build

PreviousGet Dashboard-PluginNextWhat's new

Last updated 4 years ago

Was this helpful?

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
$ yarn

Build

$ npm run start
$ yarn 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.

Navigate to Dashboard-Plugin project
Install all required dependencies
Build Dashboard-Plugin for the first time