Skip to content

Kaa IoT Platform Webpack starter kit for plugin widgets

Notifications You must be signed in to change notification settings

kaaproject/kaa-widget-webpack

Repository files navigation

Kaa Custom Widget Webpack

This is basic template that help you to build Custom widget for KaaIoT platform. This example next features:

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

Kaa IoT Platform Webpack starter kit for plugin widgets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published