IgniteUI / help-samples-src

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignite UI Help samples

Running the samples locally

  1. Install all dependencies:

    npm install
    
  2. Build the samples specifying what version to build and the source folder for it as arguments:

    npm run build -- --ignite-version 17.1 --ignite-ui http://localhost/ig_ui17.1
    
  3. The built samples will be located under the ./dist folder.

About

License:MIT License


Languages

Language:JavaScript 61.5%Language:HTML 38.5%Language:CSS 0.1%