Simple Data Viewer

- Generic CDS service to fetch data
- Simple Vue.js UI
This commit is contained in:
Christian Georgi
2022-01-11 21:16:41 +01:00
committed by Christian Georgi
parent 50791bed80
commit 1a71a6d28a
12 changed files with 269 additions and 4 deletions

13
data-viewer/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "@capire/data-viewer",
"version": "0.1.0",
"description": "A generic browser for data",
"dependencies": {
"@sap/cds": "^5.0.4"
},
"files": [
"app",
"srv",
"index.cds"
]
}