Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 2.55 KB

File metadata and controls

65 lines (48 loc) · 2.55 KB

Create a new Ignite UI for WebComponents project

Included component Command
(no components) npx degit igjp-sample/templates/wc/empty
IgcGrid npx degit igjp-sample/templates/wc/grid
IgcDockManager npx degit igjp-sample/templates/wc/dockmanager
IgcSpreadsheet npx degit igjp-sample/templates/wc/spreadsheet
IgcCategoryChart npx degit igjp-sample/templates/wc/categorychart

Once you have completed the previous steps, you can restore packages and run the project by executing the following commands.

npm ci
npm run dev

Create a new Ignite UI for React project

Included component Command
(no components) npx degit igjp-sample/templates/react/empty
IgrGrid npx degit igjp-sample/templates/react/grid
IgrDockManager npx degit igjp-sample/templates/react/dockmanager
IgrSpreadsheet npx degit igjp-sample/templates/react/spreadsheet
IgrCategoryChart npx degit igjp-sample/templates/react/categorychart

Once you have completed the previous steps, you can restore packages and run the project by executing the following commands.

npm ci
npm run dev

Create a new Ignite UI for React on Next.js project

Included component Command
IgrGrid npx degit igjp-sample/templates/nextjs/grid

Once you have completed the previous steps, you can restore packages and run the project by executing the following commands.

npm ci
npm run dev

Create a new Ignite UI for Angular project

Included component Command
(no components) npx degit igjp-sample/templates/ng/empty
IgxGrid npx degit igjp-sample/templates/ng/grid
IgcDockManager npx degit igjp-sample/templates/ng/dockmanager

Once you have completed the previous steps, you can restore packages and run the project by executing the following commands.

npm ci
npm run dev

Release Notes

The release notes is here.