UI5Lab is a community driven repository for UI5 Custom Control Libraries. It's purpose is to make it easy for everyone to share, retrieve and use UI5 Custom Controls. Contributions welcome!
This repository contains a simple square control that can be used for testing custom controls. Have a look at our documentation for more details.
Run the following commands to test or develop this project:
- Install node.js (get it from nodejs.org).
Note: If working behind a proxy, you need to configure it properly (HTTP_PROXY / HTTPS_PROXY / NO_PROXY environment variables)
- Clone the repository and navigate into it
git clone https://github.com/UI5Lab/UI5Lab-app-simple
cd UI5Lab-control-simple
- Install all npm dependencies (also installs all bower dependencies)
npm install
- Start a local web server
npm start
Note: you can run the control tests with
npm test
- Choose one of the following entry points to see the control in action
- Control test page An HTML page instantiating the control
- QUnit test page A simple QUnit test
- Homepage - the single point of entry for UI5Lab
- Documentation - project overview and tutorials
- Browser - all UI5Lab libraries and examples
- Demo - an example app consuming simple UI5Lab controls
Issues can be created either in this repository or in any of the contributor repositories depending on where the error came from. Be sure to include enough details and context to reproduce the issue and follow up with you.
We organize this project in Slack Channel #UI5Lab. If you are interested in what we do and discuss, join with this invitation link or visit the homepage https://ui5lab.io.
The UI5Lab Community