This is a pure "academic" project to get a better understanding of how to use UI5 webcomponents without any framework such as React, Angular or Vue.
Currently I have the following versions
Folder | Content description |
---|---|
Blog Series | Blog content for SCN |
Initial Version | First try getting things working. Mix of HTML tags and JavaScript. Declaration and logic mixed up in JS |
HTML Template | Use template tag to define row and cells in HTML. JS only contains logic. Kudos to Peter Müssig |
HTML Template with WebPack | Bundle html template version with Webpack |
git clone
cd FOLDER
npm install
npm run start
npm run start will start a Web Dev Server instance and open index.html in your browser. Web Dev Server is added as dev dependency only.
I will further explore ui5 webcomponents and create blog posts on SCN
Feel free to ask questions on SCN or provide PRs. Any kind of contribution is welcome 💙