Hi all,
My customer register license IgniteUI. He sent for me source code ⑥IgniteUI_v18-2_JP.zip
Before register license, I use $ npm install ignite-ui for install package
How integrate folder ⑥IgniteUI_v18-2_JP to my project?
?
Hello Hiroyuki,
Thank you for contacting Infragistics!
First of all `npm install ignite-ui` will install the Ignite UI for JavaScript Open Source version, which doesn't include the igGrid, igHierarchicalGrid, igPivotGrid, igDataChart etc. (you can see the full list of controls that are missing here: https://www.npmjs.com/package/ignite-ui#available-features-in-ignite-ui-open-source-version). We also distribute the full version of Ignite UI for JavaScript through private npm repository. In order to access it you will need credentials for the www.infragistics.com web site and a valid and registered license. For information on how to setup the private npm repository please check out the following article: https://www.igniteui.com/help/using-ignite-ui-npm-packages.
If you don't have infragistics.com credentials you can use the zip file. You need to copy the "js" and "css" folders somewhere under your project root directory. Keep in mind that you'll have to add those folders to your source code repository.
Best regards,
Martin Pavlov Infragistics, Inc.