574bff8246 | ||
---|---|---|
spec | ||
src | ||
styles | ||
ReadMe.md | ||
favicon.ico | ||
gulpfile.js | ||
index.html | ||
karma.conf.js | ||
license | ||
package.json | ||
test-main.js | ||
tsconfig.json | ||
webpack.config.js |
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