The repository contains the products component for the 2020 UI5con session UI5 Routing with Reusable Components.
This is the products component of UI5con 2020 UI5 Routing with Reusable Components.
If you wanna use a multi-repository setup, follow the instructions of UI5 Root Component.
If you wanna use a mono-repository setup, use UI5con 2020 UI5 Routing with Reusable Components.
You wanna run the reuse component on your machine? Here we go. The following steps will guide you through your local deployment.
npm install
in the shell in directory ui5-products-componentnpm start
to serve the applicationRun 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