Skip to content

igjp-sample/templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Project templates for kinds of JavaScript projects

Resources

Stars

Watchers

Forks

Packages

No packages published