https://github.com/amorgaut/wopenui5core
https://github.com/amorgaut/wopenui5core
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amorgaut/wopenui5core
- Owner: AMorgaut
- Created: 2015-03-07T16:33:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-07T16:45:46.000Z (over 11 years ago)
- Last Synced: 2025-06-17T11:50:56.004Z (about 1 year ago)
- Language: JavaScript
- Size: 4.48 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# openui5-sap.ui.core for Wakanda
This repository contains a packaged version of the OpenUI5 Core Library **sap.ui.core** wrapped into a [Wakanda](http://wakanda.org) widget.
It is based on [its official bower package](https://github.com/openui5/packaged-sap.ui.core)
The source code is in the [openui5 repository](https://github.com/SAP/openui5/tree/master/src/sap.ui.core).
Issues and pull requests should be filed against that repository.
## Install
Install this **OpenUI5Core** from the [Add-ons Extension](http://doc.wakanda.org/WakandaStudio/help/Title/en/page4263.html "Add-ons Extension").
Note that it will automatically be installed if you install a higher level widget dependent on this one (such as OpenUI5 libraries or Widget)
For more information, refer to the [Installing a Custom Widget](http://doc.wakanda.org/WakandaStudio/help/Title/en/page3869.html#1056003 "Installing a Custom Widget") manual.
## Update
You can update its internal package with [bower](http://bower.io/) from the `bower_components` folder
```
bower update
```
It is then recommended to republish the updated version to the Wakanda Add-on manager
## About Wakanda Widgets
For more information about creating a custom widget, refer to the [Widgets v2 Creating a Widget](http://doc.wakanda.org/Wakanda/help/Title/en/page3849.html "Widgets v2 Creating a Widget") manual.
## License
OpenUI5 is licensed under the [Apache License 2.0](http: //www.apache.org/licenses/LICENSE-2.0).
Subcomponents may have different licenses, see [LICENSE.txt](LICENSE.txt).