Skip to content

DarkEnergyCode/wdi5-workshop

 
 

Repository files navigation

wdi5 workshop at UI5con 2022

wdi5 logo!

Here are the sources for the wdi5 workshop at UI5con 2022.

prerequisites

please have this installed on your 'puter:

prep

This is an npm-based mono repo.
⚠️ So at least Node >= 16 with npm >= 7 is needed.

It consits of three types of apps:

  • plain JS-based UI5 app
  • TypeScript-based UI5 app, incl UI5 Webcomponents
  • Fiori Elements app

In the / of the project, doing an...

$> npm install

...will install all dependencies and modules for all three applications in one Go.

run

It's the same approach for all three apps:

  • cd $app
  • Terminal 1: npm run serve
    starts the ui5 tooling serving the app
  • Terminal 2: npm run wdi5
    starts the wdi5-tests for the app

About

UI5con 22 - wdi5 workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.4%
  • TypeScript 7.0%
  • HTML 6.4%
  • Dockerfile 1.1%
  • CSS 0.1%