IgniteUI / igniteui-xplat-utils

xplat utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IgniteUI XPLAT Utilities

This repository provides utility scripts for managing cross-platform repositories such as generating download files for samples browser.

Clone Repositories

Clone the following repositories on the same level as this repository.

Prepare Samples

Follow readme file in Blazor Samples Browser to build it locally:

Above gulp script will transform individual blazor samples as pages and copy them to the browser folder.

NOTE: There is no need to build Angular, React, or WebComponents browsers.

Generate Download Files

Run these gulp scripts to generate download files for sample browsers and output them to: ./output/download-files/

gulp generateDownloadFilesForAngular
gulp generateDownloadFilesForBlazor
gulp generateDownloadFilesForReact
gulp generateDownloadFilesForWC

Send Zip files to RE

Zip up each folder in /output/download-zip folder and send zip files to RE team so they can update download links for the sample browsers:

  • igniteui-angular-examples
  • igniteui-blazor-examples
  • igniteui-react-examples
  • igniteui-wc-examples

About

xplat utilities


Languages

Language:JavaScript 57.5%Language:TypeScript 30.1%Language:CSS 8.2%Language:HTML 4.3%