Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 301 Bytes

Development.md

File metadata and controls

35 lines (24 loc) · 301 Bytes

Install for Development

npm i

Run Tests in Node

npm run test

Run Tests in Browser

npm run test-browser

Lint Code

npm run lint

Build Library to dist Folder

npm run prod

Generate Compression Report

npm run compression-report