Skip to content

Latest commit

 

History

History

Deploy Test Coverage Status

ui5-nested-component-scenario - Demo

This is the mono-repository setup of UI5con 2020 UI5 Routing with Reusable Components. If you wanna use a multi-repository setup, follow the instructions of UI5 Root Component.

Live Demo

Just visit the live demo to play with the application.

Local Deployment

You wanna run the demo application on your machine? Here we go. The following steps will guide you through your local deployment.

Getting started

  1. Run npm i in the shell

Development

  1. Go to folder RootComponent
  2. Run npm start to serve the application

Testing

Run npm run test to execute the test suite

Building

Run npm run build to build a bundle

Deployment

Run npm run serve to host a local webserver with the built application