UI5Lab is a community driven repository for UI5 custom control libraries. Your contributions will drive our vision: A place where custom controls, templates, helper classes, and other code artifacts related to UI5 technology can be discovered and shared with the community.
Have a look at the UI5Lab browser, where all current UI5Lab libraries and controls can be viewed
Follow the instructions in this guide or take a look at the UI5Lab-app-simple project
Have a look at our contributing guide to help us with our mission
- Project Overview - introduction to UI5Lab and information on all related repositories
- Documentation - detailed description on all UI5Lab topics and tutorials
- Homepage - the single point of entry for all UI5Lab topics
- Browser - lists all libraries and examples in once central place
This repository contains essential project information and hosts central infrastructure that links together all contributed libraries.
Run the following commands to test or develop this project:
- Clone this repository to your local developer workspace
- Load npm dependencies without running their individual scripts with
npm install --ignore-scripts
- Load bower dependencies and copy all files to the correct places
npm run postinstall
- Run a local server for testing
grunt serve
- Go to http://localhost:8080/test-resources/ui5lab/browser/ to display all available UI5Lab libraries
Note: This project joins all individual code repositories (libraries and tools like the UI5Lab browser) so that they can be viewed together. All required modules will be loaded to your local workspace automatically. You can easily modify the assets and test the changes immediately. The same environment manages the homepage of UI5Lab where all libraries are publicly listed. For more instructions check the documentation.
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 diszcuss, join with this invitation link.
The UI5Lab Community