Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ixoncloud/component-examples
Mirror of our Component CDK examples
https://github.com/ixoncloud/component-examples
Last synced: 1 day ago
JSON representation
Mirror of our Component CDK examples
- Host: GitHub
- URL: https://github.com/ixoncloud/component-examples
- Owner: ixoncloud
- License: mit
- Created: 2022-02-15T12:51:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T14:24:49.000Z (about 1 month ago)
- Last Synced: 2024-12-03T15:31:57.524Z (about 1 month ago)
- Language: JavaScript
- Size: 565 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IXON Custom Component Examples
This repository contains examples of custom components built with the IXON Component SDK. It may be used to gain insight or inspiration or serve as a template for your own custom components.
## Getting started
Install the dependencies...
```sh
npm install
```Now you can demo an example by running:
```sh
npm start
```You will be prompted to select a specific example, which will then be built and opened in the simulator in a browser.
You can use real machine data from IXON Cloud in the simulator by running:
```sh
npm run login
```