mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
Update README.md (#464)
* Update README.md * Update README.md * Update README.md * Update package.json * Update package-lock.json * update
This commit is contained in:
parent
e9a281a157
commit
e90e8c85e6
17
README.md
17
README.md
|
@ -36,18 +36,18 @@
|
||||||
|
|
||||||
#### More
|
#### More
|
||||||
* Find abap2UI5 in the ABAP Open Source Projects [(dotabap.org)](https://dotabap.org/)
|
* Find abap2UI5 in the ABAP Open Source Projects [(dotabap.org)](https://dotabap.org/)
|
||||||
* Try out abap2UI5 compiled to JS on open-abap under nodejs [(abap2UI5-web)](https://twitter.com/LarsHvam/status/1648575595897405446)
|
* Try out abap2UI5 compiled to JS on open-abap under Node.js [(abap2UI5-web)](https://twitter.com/LarsHvam/status/1648575595897405446)
|
||||||
* Install S-RTTI to create apps with dynamic typed tables [(github/s-rtti)](https://github.com/sandraros/S-RTTI)
|
* Install S-RTTI to create apps with dynamically typed tables [(github/s-rtti)](https://github.com/sandraros/S-RTTI)
|
||||||
* Part of the SAP Developer Code Challenge [(community - 17.05.2023)](https://groups.community.sap.com/t5/application-development/sap-developer-code-challenge-open-source-abap-week-2/m-p/260727#M1372)
|
* Part of the SAP Developer Code Challenge [(community - 17.05.2023)](https://groups.community.sap.com/t5/application-development/sap-developer-code-challenge-open-source-abap-week-2/m-p/260727#M1372)
|
||||||
* Featured in the Boring Enterprise Nerdletter [(newsletter - 08.03.2023)](https://boringenterprisenerds.substack.com/p/34-abap2ui5-sap-cva-burnout-c2c-shortwave)
|
* Featured in the Boring Enterprise Nerdletter [(newsletter - 08.03.2023)](https://boringenterprisenerds.substack.com/p/34-abap2ui5-sap-cva-burnout-c2c-shortwave)
|
||||||
* Featured in the SAP Developer News [(youtube - 26.01.2023)](https://www.youtube.com/watch?v=6BDK55xYttM)
|
* Featured in the SAP Developer News [(youtube - 26.01.2023)](https://www.youtube.com/watch?v=6BDK55xYttM)
|
||||||
* Want to help out? see the contribution guidelines [(abap2UI5/contribution)](https://github.com/abap2UI5/abap2UI5/blob/main/CONTRIBUTING.md)
|
* Interested in contributing? Check out the guidelines [(abap2UI5/contribution)](https://github.com/abap2UI5/abap2UI5/blob/main/CONTRIBUTING.md)
|
||||||
|
|
||||||
#### Apps & Extensions
|
#### Apps & Extensions
|
||||||
* Integrate your apps to SAP Fiori Launchpad On-Premise [(ext-fiori_launchpad)](https://github.com/abap2UI5/ext-service_integration)
|
* Integrate your apps to SAP Fiori Launchpad On-Premise [(ext-fiori_launchpad)](https://github.com/abap2UI5/ext-service_integration)
|
||||||
* Try out abap2UI5-tools, a useful collection of tools & apps [(ext-app_tools)](https://github.com/abap2UI5/app-tools)
|
* Explore abap2UI5-tools, a collection of useful tools & apps [(ext-app_tools)](https://github.com/abap2UI5/app-tools)
|
||||||
* Check out other projects using abap2UI5 [(abap2UI5/links)](https://github.com/abap2UI5/abap2UI5-documentation/blob/main/docs/links.md)
|
* Discover other projects using abap2UI5 [(abap2UI5/links)](https://github.com/abap2UI5/abap2UI5-documentation/blob/main/docs/links.md)
|
||||||
* And finally: Don't forget to explore the [Samples Repository 🧭](https://github.com/abap2UI5/abap2UI5-samples)
|
* And lastly, don't forget to explore the [Samples Repository 🧭](https://github.com/abap2UI5/abap2UI5-samples)
|
||||||
|
|
||||||
#### Installation
|
#### Installation
|
||||||
Install with [abapGit](https://abapgit.org)  and create a new HTTP service with the following handler:
|
Install with [abapGit](https://abapgit.org)  and create a new HTTP service with the following handler:
|
||||||
|
@ -79,6 +79,5 @@ METHOD if_http_service_extension~handle_request.
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
```
|
```
|
||||||
#### FAQ
|
#### FAQ
|
||||||
* check out the [documentation](https://github.com/abap2UI5/abap2UI5-documentation/blob/main/docs/documentation.md) for installation & configuration guidelines
|
* need help or still open questions? please refer to the [documentation](https://github.com/abap2UI5/abap2UI5-documentation) or find an answer in the [faq](https://github.com/abap2UI5/abap2UI5-documentation/blob/main/docs/faq.md)
|
||||||
* still open questions? find an answer [here](https://github.com/abap2UI5/abap2UI5-documentation/blob/main/docs/faq.md)
|
* as always - your comments, questions, wishes and bug reports are welcome, please create an [issue](https://github.com/abap2UI5/abap2UI5/issues)
|
||||||
* as always - your comments, questions, wishes and bugs are welcome, please create an [issue](https://github.com/abap2UI5/abap2UI5/issues)
|
|
||||||
|
|
56
package-lock.json
generated
56
package-lock.json
generated
|
@ -9,16 +9,16 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@abaplint/cli": "^2.102.11",
|
"@abaplint/cli": "^2.102.15",
|
||||||
"@abaplint/database-sqlite": "^2.7.18",
|
"@abaplint/database-sqlite": "^2.7.58",
|
||||||
"@abaplint/runtime": "^2.7.55",
|
"@abaplint/runtime": "^2.7.66",
|
||||||
"@abaplint/transpiler-cli": "^2.7.55"
|
"@abaplint/transpiler-cli": "^2.7.66"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@abaplint/cli": {
|
"node_modules/@abaplint/cli": {
|
||||||
"version": "2.102.11",
|
"version": "2.102.15",
|
||||||
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.102.11.tgz",
|
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.102.15.tgz",
|
||||||
"integrity": "sha512-APdQdrRjN4dUSKkEB1ABm9qijcCa1HWpNFLFGgZgTFVUl2T4PSnTkouJtc6Rad/1A/fB6I0c2lWnOxQV9c3dZA==",
|
"integrity": "sha512-qZLqEKm0j1TxFhKapsc8NU/HNpBcA8rxN864/iL61cvsOStdCb1DxEPG4uvnNbKNpOsUskRd4tSNGE/PFphliA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"abaplint": "abaplint"
|
"abaplint": "abaplint"
|
||||||
|
@ -31,18 +31,18 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@abaplint/database-sqlite": {
|
"node_modules/@abaplint/database-sqlite": {
|
||||||
"version": "2.7.18",
|
"version": "2.7.58",
|
||||||
"resolved": "https://registry.npmjs.org/@abaplint/database-sqlite/-/database-sqlite-2.7.18.tgz",
|
"resolved": "https://registry.npmjs.org/@abaplint/database-sqlite/-/database-sqlite-2.7.58.tgz",
|
||||||
"integrity": "sha512-NY1D+39sh9WQV2pmDR0mFM4C0bNI9CTTlbSUhXrUcq8X26rfLjYemGHJ/J/G90W/W9xx6Do4lMzgGep7sMqZ1w==",
|
"integrity": "sha512-eDg0nmF4rvl2bp18zv8WEUErvLX1Lvi5bYyj4t2/ku8UpRpDMuwQKlp2tGRHzdJu8nankLUzZcpxrd7bfYb00A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"sql.js": "^1.8.0"
|
"sql.js": "^1.8.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@abaplint/runtime": {
|
"node_modules/@abaplint/runtime": {
|
||||||
"version": "2.7.55",
|
"version": "2.7.66",
|
||||||
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.7.55.tgz",
|
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.7.66.tgz",
|
||||||
"integrity": "sha512-bNQ4nexrF2oLQ3d8baj8rSn6s1V19RqimF4sPwBawnUH9jAXb99zxysYFEqMf/R6aTmPUjnPgB9PLnYPPJ6FoA==",
|
"integrity": "sha512-P8JvjCM9k5I7dt8CJV79XxyqKb/Fht51nTqtMvjAFDAv38gFqmaqfG0TPC1Yk1De4nqyPYAPeTPMPktjnUkg9w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"temporal-polyfill": "^0.1.1"
|
"temporal-polyfill": "^0.1.1"
|
||||||
|
@ -52,9 +52,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@abaplint/transpiler-cli": {
|
"node_modules/@abaplint/transpiler-cli": {
|
||||||
"version": "2.7.55",
|
"version": "2.7.66",
|
||||||
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.7.55.tgz",
|
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.7.66.tgz",
|
||||||
"integrity": "sha512-tgSib6t6TnHsQfmm0a6wLoF0vdpw9nyq24laZMXGNWXADN4442kj5/6NUYo8CJ/0gxqK94P3lQwem0ZkQIZSVA==",
|
"integrity": "sha512-8fVuyMeVxH+afz59/+xId5kKEtdGQX0XjNVUwzI4nBFYRl+HYXDeztQQf8xOsFTPMS313KLMC1vBpyQNWufdTQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"abap_transpile": "abap_transpile"
|
"abap_transpile": "abap_transpile"
|
||||||
|
@ -87,33 +87,33 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@abaplint/cli": {
|
"@abaplint/cli": {
|
||||||
"version": "2.102.11",
|
"version": "2.102.15",
|
||||||
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.102.11.tgz",
|
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.102.15.tgz",
|
||||||
"integrity": "sha512-APdQdrRjN4dUSKkEB1ABm9qijcCa1HWpNFLFGgZgTFVUl2T4PSnTkouJtc6Rad/1A/fB6I0c2lWnOxQV9c3dZA==",
|
"integrity": "sha512-qZLqEKm0j1TxFhKapsc8NU/HNpBcA8rxN864/iL61cvsOStdCb1DxEPG4uvnNbKNpOsUskRd4tSNGE/PFphliA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@abaplint/database-sqlite": {
|
"@abaplint/database-sqlite": {
|
||||||
"version": "2.7.18",
|
"version": "2.7.58",
|
||||||
"resolved": "https://registry.npmjs.org/@abaplint/database-sqlite/-/database-sqlite-2.7.18.tgz",
|
"resolved": "https://registry.npmjs.org/@abaplint/database-sqlite/-/database-sqlite-2.7.58.tgz",
|
||||||
"integrity": "sha512-NY1D+39sh9WQV2pmDR0mFM4C0bNI9CTTlbSUhXrUcq8X26rfLjYemGHJ/J/G90W/W9xx6Do4lMzgGep7sMqZ1w==",
|
"integrity": "sha512-eDg0nmF4rvl2bp18zv8WEUErvLX1Lvi5bYyj4t2/ku8UpRpDMuwQKlp2tGRHzdJu8nankLUzZcpxrd7bfYb00A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"sql.js": "^1.8.0"
|
"sql.js": "^1.8.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@abaplint/runtime": {
|
"@abaplint/runtime": {
|
||||||
"version": "2.7.55",
|
"version": "2.7.66",
|
||||||
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.7.55.tgz",
|
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.7.66.tgz",
|
||||||
"integrity": "sha512-bNQ4nexrF2oLQ3d8baj8rSn6s1V19RqimF4sPwBawnUH9jAXb99zxysYFEqMf/R6aTmPUjnPgB9PLnYPPJ6FoA==",
|
"integrity": "sha512-P8JvjCM9k5I7dt8CJV79XxyqKb/Fht51nTqtMvjAFDAv38gFqmaqfG0TPC1Yk1De4nqyPYAPeTPMPktjnUkg9w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"temporal-polyfill": "^0.1.1"
|
"temporal-polyfill": "^0.1.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@abaplint/transpiler-cli": {
|
"@abaplint/transpiler-cli": {
|
||||||
"version": "2.7.55",
|
"version": "2.7.66",
|
||||||
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.7.55.tgz",
|
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.7.66.tgz",
|
||||||
"integrity": "sha512-tgSib6t6TnHsQfmm0a6wLoF0vdpw9nyq24laZMXGNWXADN4442kj5/6NUYo8CJ/0gxqK94P3lQwem0ZkQIZSVA==",
|
"integrity": "sha512-8fVuyMeVxH+afz59/+xId5kKEtdGQX0XjNVUwzI4nBFYRl+HYXDeztQQf8xOsFTPMS313KLMC1vBpyQNWufdTQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"sql.js": {
|
"sql.js": {
|
||||||
|
|
|
@ -19,9 +19,9 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/abap2UI5/abap2UI5#readme",
|
"homepage": "https://github.com/abap2UI5/abap2UI5#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@abaplint/cli": "^2.102.11",
|
"@abaplint/cli": "^2.102.15",
|
||||||
"@abaplint/database-sqlite": "^2.7.18",
|
"@abaplint/database-sqlite": "^2.7.58",
|
||||||
"@abaplint/runtime": "^2.7.55",
|
"@abaplint/runtime": "^2.7.66",
|
||||||
"@abaplint/transpiler-cli": "^2.7.55"
|
"@abaplint/transpiler-cli": "^2.7.66"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user