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 devExample running the stream-manager demo
cd projects/stream-managernpm installnpm 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.tsso it appears in the main app navigation.