Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flovogt/ui5-root-component
The repository contains the root component for the 2020 UI5con session UI5 Routing with Reusable Components.
https://github.com/flovogt/ui5-root-component
openui5 reuse sapui5 ui5
Last synced: about 1 month ago
JSON representation
The repository contains the root component for the 2020 UI5con session UI5 Routing with Reusable Components.
- Host: GitHub
- URL: https://github.com/flovogt/ui5-root-component
- Owner: flovogt
- Created: 2021-03-11T13:15:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T14:16:22.000Z (almost 4 years ago)
- Last Synced: 2024-11-05T18:54:29.437Z (3 months ago)
- Topics: openui5, reuse, sapui5, ui5
- Language: JavaScript
- Homepage:
- Size: 357 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ui5-root-component
This is the root component of [UI5con 2020 UI5 Routing with Reusable Components](https://github.com/flovogt/ui5con20-ui5-routing/).
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 demo application 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 Root Component](https://github.com/flovogt/ui5-root-component)
* [UI5 Base Component](https://github.com/flovogt/ui5-base-component)
* [UI5 Categories Component](https://github.com/flovogt/ui5-categories-component)
* [UI5 Suppliers Component](https://github.com/flovogt/ui5-suppliers-component)
* [UI5 Products Component](https://github.com/flovogt/ui5-products-component)
2. Run `npm install` in the shell in directory *ui5-root-component*## Development
1. Go to folder *ui5-root-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