Allow SAPUI5 libraries to be consumed as npm packages
See original GitHub issueExpected Behavior
SAPUI5 libraries are provided as npm packages and can therefore be used along side the ui5-tooling
Current Behavior
Currently, if an app depends on SAPUI5 libraries, it cannot leverage the ui5 tooling as SAPUI5 libraries cannot be referenced as dependencies.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Using NPM Packages in UI5 without Shims - SAP Blogs
The consumption of OSS libraries becomes pretty simple and natural. The UI5 Tooling Extensions for NPM Package Consumption can also be used ......
Read more >How to reuse third-party library in SAPUI5 (lodash ... - Medium
One of the most popular libraries I used are lodash and moment.js which I reused and now I cannot imagine my UI5 programming...
Read more >Use NPM Packages with SAPUI5 Typescript - Stack Overflow
In Chrome under sources then resources I can see that the UI5 libraries are loaded, and a soap.js file that has been parsed...
Read more >Developing OpenUI5 - Documentation - Demo Kit - SAPUI5 SDK
OpenUI5 content is developed in an environment based on Node.js. UI5 Tooling is used as development server and build tool. Basic Setup. The...
Read more >Implementing Re-use Components in SAPUI5 libraries and ...
Sharing controllers via UI5 libraries allows better re-use across multiple UI5 apps. For example, in case you have multiple apps that need ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you all for bearing with us.
SAPUI5 libraries can now be consumed using the UI5 Tooling 2.0 🎉
We are actively working on providing SAPUI5 libraries as official npm packages. Current ETA is Q1 2020.
In the meantime you might want to try some of the workarounds the community came up with. I think the latest one is https://blogs.sap.com/2019/11/05/end-to-end-setup-of-local-development-environment-with-ui5-tooling/ Also feel free to ask around in the OpenUI5 Slack Channel!