You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/get_started/about.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ outline: [2, 6]
5
5
6
6
**Developing UI5 Apps Purely in ABAP – no JavaScript, OData, or RAP needed.**
7
7
8
-
abap2UI5 is an open-source framework that brings back the simplicity of classic ABAP development to modern UI5 applications. Just as Selection Screens and ALVs could generate functional UIs with minimal code, abap2UI5 lets you create web applications with just a few lines of ABAP.
8
+
abap2UI5 is an open-source framework that brings back the simplicity of classic ABAP development to modern UI5 applications. Just as Selection Screens and ALVs could generate functional UIs with minimal code, abap2UI5 lets you create web applications with just a few lines of ABAP:
9
9
10
10
```abap
11
11
CLASS zcl_my_app DEFINITION PUBLIC.
@@ -37,7 +37,7 @@ Traditional UI5 development requires JavaScript expertise, frontend deployment p
37
37
-**Rapid prototyping** – quick iteration on new business applications
38
38
-**Boosting productivity** – especially when frontend resources are tight
39
39
40
-
Each application is packaged as an abapGit project, simplifying installation across systems without separate frontend deployments.
40
+
Each application is packaged as an [abapGit](https://abapgit.org) project, simplifying installation across systems without separate frontend deployments.
0 commit comments