VitePress documentation for cap2UI5 — the CAP / Node.js port of the abap2UI5 concept.
npm install
npm run docs:devOpens the docs at http://localhost:5173.
npm run docs:build # → docs/.vitepress/dist
npm run docs:preview # → preview server.
├── 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
MIT — see LICENSE.