This is the root component of UI5con 2020 UI5 Routing with Reusable Components. If you wanna use a mono-repository setup, use UI5con 2020 UI5 Routing with Reusable Components.
You wanna run the demo application on your machine? Here we go. The following steps will guide you through your local deployment.
- Clone the following repositories to your local machine
- UI5 Root Component
- UI5 Base Component
- UI5 Categories Component
- UI5 Suppliers Component
- UI5 Products Component
- Run
npm installin the shell in directory ui5-root-component
- Go to folder ui5-root-component
- Run
npm startto serve the application
Run npm run test to execute the test suite
Run npm run build to build a bundle
Run npm run serve to host a local webserver with the built application