ui5-ecosystem-showcase
ui5-ecosystem-showcase copied to clipboard
A repository showcasing the UI5 tooling extensibility to combine OSS tools for UI5 application development.
Hi all, I used the string replacer to define my app namespace. This works fine with the ui5 module syntax sap.ui.define and Object.extend("namespace.ClassName" {...}). Thanks to ui-tooling-transpile, we can use...
When using ui5-tooling-modules in combination with signalr packages the dependency for "punycode" was assumed to be located in the project root and not inside node_modules subfolders. By changing the search...
Shouldn't this say `false`? If set to `true`, it will only generate the zip.
**Is your feature request related to a problem? Please describe.** When using the plugin with a big project, with multiple Fiori / UI5 apps, running the CAP / CDS server...
Hello everyone, I am struggling with a problem, or I just think it's a problem. Before you answer. Yes I asked the same question on SAP community and I was...
fix #1078 i added a sample app to login to BTP Cockpit TODO: - [ ] Login was successfull but still says ` looks like a login page, reloading...` -...
Since Playwright Version [`1.46`](https://playwright.dev/docs/release-notes#tls-client-certificates) it is possible to provide a certificate to login. It would make sense to integrate this into the login middleware. In a minimal sample i was...
### Discussed in https://github.com/ui5-community/ui5-ecosystem-showcase/discussions/1076 Originally posted by **ciction** September 13, 2024 Hi All, I just generated the most basic UI5 application using the default template wizard in BAS. Basic template,...
**Is your feature request related to a problem? Please describe.** When using 3rd party libraries, I'd like to include other assets like CSS while developing locally. However, it seems that...
**Describe the bug** I am following the documentation for setting up ui5-tooling-modules: https://www.npmjs.com/package/ui5-tooling-modules. I was able to successfully setup `ui5-tooling-modules-task` but I cannot get `ui5-tooling-modules-middleware` to work. I see the...