Skip to content

cap2UI5/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cap2UI5 — Documentation

VitePress documentation for cap2UI5 — the CAP / Node.js port of the abap2UI5 concept.

Develop locally

npm install
npm run docs:dev

Opens the docs at http://localhost:5173.

Build

npm run docs:build       # → docs/.vitepress/dist
npm run docs:preview     # → preview server

Structure

.
├── docs/
│   ├── .vitepress/
│   │   ├── config.mjs       # VitePress configuration
│   │   └── theme/           # Custom theme (red brand color)
│   ├── index.md             # Landing page
│   ├── guide/               # Concepts, quickstart, lifecycle, bindings, …
│   ├── examples/            # End-to-end example apps
│   ├── api/                 # API reference (client, View Builder, App Interface)
│   └── reference/           # Architecture, protocol, DB, deployment
├── package.json
└── README.md

License

MIT — see LICENSE.

About

Documentation of cap2UI5

Resources

License

Stars

Watchers

Forks

Contributors