A simple gallery of demos for Ignite UI Dock Manager. The main app lists demos under projects/
, and each demo can run on its own.
- Node.js (LTS recommended)
- npm
npm install npm run dev
Example running the stream-manager demo
cd projects/stream-manager
npm install
npm run dev
- Create new project inside the projects folder
projects/<project-id>
and add a minimal Vite app (index.html, src, package.json). Your project name is the project ID that will be used inside thesrc/project-config.ts
. - Register it in
src/project-config.ts
so it appears in the main app navigation.