Skip to content

Commit

Permalink
chore: rename repository
Browse files Browse the repository at this point in the history
  • Loading branch information
flovogt committed Nov 21, 2023
1 parent 52c92d5 commit 46912fc
Show file tree
Hide file tree
Showing 9 changed files with 3,020 additions and 3,655 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# ui5con20-ui5-routing
# ui5-nested-component-scenario

The repository contains the content for the 2020 UI5con session *UI5 Routing with Reusable Components*.
This repository provides a nested component scenario powered by UI5 Tooling.

The folder [demo](/demo) contains the application which is used for the demo.

The folder [slides](/slides) contains the slides for the session.

# Live Demo
Just visit the [live demo](https://flovogt.github.io/ui5con20-ui5-routing/test/mockServer.html) to play with the application.
## Live Demo

Just visit the [live demo](https://flovogt.github.io/ui5-nested-component-scenario/test/mockServer.html) to play with the application.

## UI5con 2020

The repository was originally created for the UI5con session *UI5 Routing with Reusable Components* in 2020. The original sources can be found in branch [ui5con2020](https://github.com/flovogt/ui5-nested-component-scenario/tree/ui5con2020).
16 changes: 8 additions & 8 deletions demo/BaseComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "[email protected]:flovogt/ui5con20-ui5-routing.git"
"url": "[email protected]:flovogt/ui5-nested-component-scenario.git"
},
"keywords": [
"openui5",
Expand All @@ -23,14 +23,14 @@
"ui5-component"
],
"devDependencies": {
"eslint": "^8.38.0",
"@ui5/cli": "^3.0.7",
"eslint": "^8.54.0",
"@ui5/cli": "^3.7.2",
"local-web-server": "^5.3.0",
"karma": "^6.4.1",
"karma-coverage": "^2.2.0",
"karma-chrome-launcher": "^3.1.1",
"karma-ui5": "^3.0.2",
"rimraf": "^5.0.0"
"karma": "^6.4.2",
"karma-coverage": "^2.2.1",
"karma-chrome-launcher": "^3.2.0",
"karma-ui5": "^3.0.4",
"rimraf": "^5.0.5"
},
"engines": {
"node": "^16.18.0 || >=18.12.0",
Expand Down
16 changes: 8 additions & 8 deletions demo/CategoriesComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "[email protected]:flovogt/ui5con20-ui5-routing.git"
"url": "[email protected]:flovogt/ui5-nested-component-scenario.git"
},
"keywords": [
"openui5",
Expand All @@ -29,14 +29,14 @@
"my-lib-sample-products-component": "^0.0.1"
},
"devDependencies": {
"eslint": "^8.38.0",
"@ui5/cli": "^3.0.7",
"eslint": "^8.54.0",
"@ui5/cli": "^3.7.2",
"local-web-server": "^5.3.0",
"karma": "^6.4.1",
"karma-coverage": "^2.2.0",
"karma-chrome-launcher": "^3.1.1",
"karma-ui5": "^3.0.2",
"rimraf": "^5.0.0"
"karma": "^6.4.2",
"karma-coverage": "^2.2.1",
"karma-chrome-launcher": "^3.2.0",
"karma-ui5": "^3.0.4",
"rimraf": "^5.0.5"
},
"engines": {
"node": "^16.18.0 || >=18.12.0",
Expand Down
16 changes: 8 additions & 8 deletions demo/ProductsComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "[email protected]:flovogt/ui5con20-ui5-routing.git"
"url": "[email protected]:flovogt/ui5-nested-component-scenario.git"
},
"keywords": [
"openui5",
Expand All @@ -28,14 +28,14 @@
"my-lib-sample-base-component": "^0.0.1"
},
"devDependencies": {
"eslint": "^8.38.0",
"@ui5/cli": "^3.0.7",
"eslint": "^8.54.0",
"@ui5/cli": "^3.7.2",
"local-web-server": "^5.3.0",
"karma": "^6.4.1",
"karma-coverage": "^2.2.0",
"karma-chrome-launcher": "^3.1.1",
"karma-ui5": "^3.0.2",
"rimraf": "^5.0.0"
"karma": "^6.4.2",
"karma-coverage": "^2.2.1",
"karma-chrome-launcher": "^3.2.0",
"karma-ui5": "^3.0.4",
"rimraf": "^5.0.5"
},
"engines": {
"node": "^16.18.0 || >=18.12.0",
Expand Down
12 changes: 6 additions & 6 deletions demo/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
![Deploy](https://github.com/flovogt/ui5con20-ui5-routing/workflows/Deploy/badge.svg?branch=main)
![Test](https://github.com/flovogt/ui5con20-ui5-routing/workflows/Test/badge.svg?branch=main)
[![Coverage Status](https://coveralls.io/repos/github/flovogt/ui5con20-ui5-routing/badge.svg?branch=main)](https://coveralls.io/github/flovogt/ui5con20-ui5-routing?branch=main)
![Deploy](https://github.com/flovogt/ui5-nested-component-scenario/workflows/Deploy/badge.svg?branch=main)
![Test](https://github.com/flovogt/ui5-nested-component-scenario/workflows/Test/badge.svg?branch=main)
[![Coverage Status](https://coveralls.io/repos/github/flovogt/ui5-nested-component-scenario/badge.svg?branch=main)](https://coveralls.io/github/flovogt/ui5-nested-component-scenario?branch=main)


# ui5con20-ui5-routing - Demo
This is the mono-repository setup of [UI5con 2020 UI5 Routing with Reusable Components](https://github.com/flovogt/ui5con20-ui5-routing/).
# ui5-nested-component-scenario - Demo
This is the mono-repository setup of [UI5con 2020 UI5 Routing with Reusable Components](https://github.com/flovogt/ui5-nested-component-scenario/).
If you wanna use a multi-repository setup, follow the instructions of [UI5 Root Component](https://github.com/flovogt/ui5-root-component).

# Live Demo
Just visit the [live demo](https://flovogt.github.io/ui5con20-ui5-routing/test/mockServer.html) to play with the application.
Just visit the [live demo](https://flovogt.github.io/ui5-nested-component-scenario/test/mockServer.html) 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.
Expand Down
16 changes: 8 additions & 8 deletions demo/RootComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "[email protected]:flovogt/ui5con20-ui5-routing.git"
"url": "[email protected]:flovogt/ui5-nested-component-scenario.git"
},
"keywords": [
"openui5",
Expand All @@ -31,14 +31,14 @@
"my-lib-sample-products-component": "^0.0.1"
},
"devDependencies": {
"eslint": "^8.38.0",
"@ui5/cli": "^3.0.7",
"eslint": "^8.54.0",
"@ui5/cli": "^3.7.2",
"local-web-server": "^5.3.0",
"karma": "^6.4.1",
"karma-coverage": "^2.2.0",
"karma-chrome-launcher": "^3.1.1",
"karma-ui5": "^3.0.2",
"rimraf": "^5.0.0"
"karma": "^6.4.2",
"karma-coverage": "^2.2.1",
"karma-chrome-launcher": "^3.2.0",
"karma-ui5": "^3.0.4",
"rimraf": "^5.0.5"
},
"engines": {
"node": "^16.18.0 || >=18.12.0",
Expand Down
16 changes: 8 additions & 8 deletions demo/SuppliersComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "[email protected]:flovogt/ui5con20-ui5-routing.git"
"url": "[email protected]:flovogt/ui5-nested-component-scenario.git"
},
"keywords": [
"openui5",
Expand All @@ -29,14 +29,14 @@
"my-lib-sample-products-component": "^0.0.1"
},
"devDependencies": {
"eslint": "^8.38.0",
"@ui5/cli": "^3.0.7",
"eslint": "^8.54.0",
"@ui5/cli": "^3.7.2",
"local-web-server": "^5.3.0",
"karma": "^6.4.1",
"karma-coverage": "^2.2.0",
"karma-chrome-launcher": "^3.1.1",
"karma-ui5": "^3.0.2",
"rimraf": "^5.0.0"
"karma": "^6.4.2",
"karma-coverage": "^2.2.1",
"karma-chrome-launcher": "^3.2.0",
"karma-ui5": "^3.0.4",
"rimraf": "^5.0.5"
},
"engines": {
"node": "^16.18.0 || >=18.12.0",
Expand Down
Loading

0 comments on commit 46912fc

Please sign in to comment.