/ui5-webcomponents-pure-js

Running ui5 webcomponents w/o additional frameworks such as react,agular,vue,...

Primary LanguageHTML

Using UI5 Webcomponents w/o any framework

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

How to run the project(s)

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.

Next steps

I will further explore ui5 webcomponents and create blog posts on SCN

Built with

Contribution

Feel free to ask questions on SCN or provide PRs. Any kind of contribution is welcome 💙