Skip to content

Configuration widget source code for the Custom widget tutorial

Notifications You must be signed in to change notification settings

kaaproject/kaa-custom-widget-tutorial

Repository files navigation

Kaa Custom Configuration Widget

This project contains the source code of the custom configuration widget for the Custom widget tutorial created for the KaaIoT platform.

Demo

Feel free to change any files and add new packages you want.

Prerequisites

Up and running

Clone this repo:

git clone https://github.com/kaaproject/kaa-widget-webpack.git

If you have nvm:

nvm install

# Next time for new terminal session
nvm use

Install dependencies:

npm i

Run development mode:

npm start

Login into any running KaaIoT Web Dashboard UI and create a new widget from Custom widgets page.

To make a production build:

npm run build

Production build compiles to dist/index.js. You can upload this file into running KaaIoT platform using Web Dashboard UI

About

Configuration widget source code for the Custom widget tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published