custom-ui-demo-app-gen-plugin
v0.0.5
Published
This library is an example of how to create custom graphical component for IoTize App Generator.
Downloads
6
Readme
DemoUiAppGenPlugin
This library is an example of how to create custom graphical component for IoTize App Generator.
This is a typical angular application that uses webpack module federation to
Build
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build custom-ui-demo-app-gen-plugin
, go to the dist folder cd dist/custom-ui-demo-app-gen-plugin
and run npm publish
.