https://github.com/flovogt/ui5-products-component
The repository contains the products component for the 2020 UI5con session UI5 Routing with Reusable Components.
https://github.com/flovogt/ui5-products-component
openui5 reuse sapui5 ui5
Last synced: about 2 months ago
JSON representation
The repository contains the products component for the 2020 UI5con session UI5 Routing with Reusable Components.
- Host: GitHub
- URL: https://github.com/flovogt/ui5-products-component
- Owner: flovogt
- License: apache-2.0
- Created: 2021-03-11T15:19:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T14:17:22.000Z (about 4 years ago)
- Last Synced: 2025-04-09T15:15:40.794Z (about 2 months ago)
- Topics: openui5, reuse, sapui5, ui5
- Language: JavaScript
- Homepage:
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ui5-reuse-component
This is the products component of [UI5con 2020 UI5 Routing with Reusable Components](https://github.com/flovogt/ui5con20-ui5-routing/).
If you wanna use a multi-repository setup, follow the instructions of [UI5 Root Component](https://github.com/flovogt/ui5-root-component).
If you wanna use a mono-repository setup, use [UI5con 2020 UI5 Routing with Reusable Components](https://github.com/flovogt/ui5con20-ui5-routing/).# Local Deployment
You wanna run the reuse component on your machine? Here we go. The following steps will guide you through your local deployment.## Getting started
1. Clone the following repositories to your local machine
* [UI5 Base Component](https://github.com/flovogt/ui5-base-component)
* [UI5 Products Component](https://github.com/flovogt/ui5-products-component)
2. Run `npm install` in the shell in directory *ui5-products-component*## Development
1. Go to folder *ui5-products-component*
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