Skip to content

freddan-teamleader/Dashboard-Elm

Repository files navigation

Elm Dashboard Plugin

Elm Dashboard Plugin is a starter project for developing Dashboard plugins in Elm that contains all the tools you need for writing awesome plugins.

Wiki

Learn all the things

Prerequisites

Setup

yarn

Build

Build development package yarn dev

Build production package yarn build:prod

Server

Serve plugin locally yarn server

This will serve your plugin local and that url can be used for install you dev-plugin on dev.dashboard.infomaker.io.

Upload S3

yarn upload:s3 accessKeyId="YOUR_ACCESS_KEY_ID" secretAccessKey="YOUR_SECRET_ACCESS_KEY" bucket="YOUR_BUCKET"

This will first execute yarn build:prod

The plugin bundle from the manifest file will be added as part of the key. Example: se-infomaker-dashboard-plugin/manifest.json

So your plugin manifest path will be: S3_URL_PATH/se-infomaker-dashboard-plugin/manifest.json

License

Dashboard Plugin is released under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published