This repository showcases the creation of UI5 libraries for custom control development.
Attention: This library uses already ES6 syntax!
The project is a mono repo with the following structure:
packages
├── ui5-app // test application
└── ui5-library-showcase // showcase library
The library contains one control the QRCode
.
To run the application execute the following CLI:
# optional: prepare the repository with yarn
yarn
# run the application
yarn start:app
To run the QRCode
testpage execute the following CLI:
# optional: prepare the repository with yarn
yarn
# run the QRCode test page
yarn start
To run the QUnit testsuite of the library execute the following CLI:
# optional: prepare the repository with yarn
yarn
# run the QUnit testsuite
yarn testsuite
To run Karma to execute the QUnit testsuite execute the following CLI:
# optional: prepare the repository with yarn
yarn
# run Karma
yarn test
This work is dual-licensed under Apache 2.0 and the Derived Beer-ware License. The official license will be Apache 2.0, but ultimately you can choose between one of them if you use this work.
When you like this stuff, buy @vobu, @matz3, @wridgeu a beer or buy @pmuessig a coke when you see them.