Essential JS 2 demo samples for TypeScript
Перейти к файлу
pipeline 574bff8246 feature(EJ2-2466): Hierarchy and DetailTemplate samples added 2017-07-04 07:16:40 +00:00
spec bug(EJ2-1948): Resolved build failures in github 2017-06-16 13:13:08 +05:30
src feature(EJ2-2466): Hierarchy and DetailTemplate samples added 2017-07-04 04:25:19 +00:00
styles config(EJ2-2129): Updated the samples package name 2017-06-15 14:19:09 +05:30
ReadMe.md config(EJ2-2129): Updated the samples package name 2017-06-15 14:19:09 +05:30
favicon.ico config(EJ2-2129): Updated the samples package name 2017-06-15 14:19:09 +05:30
gulpfile.js config(EJ2-2129): Updated the samples package name 2017-06-16 11:03:17 +05:30
index.html feature(EJ2-2466): Hierarchy and DetailTemplate samples added 2017-07-04 07:16:40 +00:00
karma.conf.js bug(EJ2-1948): Resolved build failures in github 2017-06-16 13:13:08 +05:30
license config(EJ2-2129): Updated the samples package name 2017-06-15 14:19:09 +05:30
package.json sample(EJ2-748): tooltip component added. 2017-06-22 15:13:23 +05:30
test-main.js config(EJ2-2129): Updated the samples package name 2017-06-15 14:19:09 +05:30
tsconfig.json bug(EJ2-1948): Resolved build failures in github 2017-06-16 13:13:08 +05:30
webpack.config.js config(EJ2-2129): Updated the samples package name 2017-06-15 14:19:09 +05:30

ReadMe.md

Installing

To install all dependent packages, use the below command

npm install

Building

To compile the source files, use the below command

npm run build

Testing

To test the source files, use the below command

npm run test

Running

To run the samples, use the below command

npm run serve