Vite-based demo apps for the AG Grid examples showcased on https://ag-grid.com/example/.
| Demo | Framework | Path |
|---|---|---|
| Finance | Angular | finance/angular |
| Finance | React | finance/react |
| Finance | TypeScript | finance/typescript |
| Finance | Vue | finance/vue |
| HR | Angular | hr/angular |
| HR | React | hr/react |
| HR | TypeScript | hr/typescript |
| HR | Vue | hr/vue |
| Performance | Angular | performance/angular |
| Performance | React | performance/react |
| Performance | TypeScript | performance/typescript |
| Performance | Vue | performance/vue |
| Inventory | Angular | inventory/angular |
| Inventory | React | inventory/react |
| Inventory | TypeScript | inventory/typescript |
| Inventory | Vue | inventory/vue |
- Package manager:
pnpm - Root scripts run across all demos via workspaces.
From the repo root:
pnpm install
pnpm lint
pnpm format
pnpm typecheckTo run a specific demo:
pnpm -C finance/react dev
pnpm -C hr/angular dev
pnpm -C performance/vue dev
pnpm -C inventory/typescript devAG Grid Enterprise customers can request help via ZenDesk: https://ag-grid.zendesk.com/hc/en-us
Please file bugs in the main AG Grid repository: https://github.com/ag-grid/ag-grid/issues