chrisp-vanilla-js-lib-test
v0.0.4
Published
Testing a rollup built vanilla lib
Downloads
2
Readme
vanilla-js-lib-test
Testing building a lib with webpack, Typescript, etc.
Global NPM packages to install on your box#
Rollup:
npm install rollup -g
Karma CLI:
npm install karma-cli -g
Commands
npm run lint-lib
Lint the library
npm run test-lib
Run Karam/Jasmine Unit Tests
npm run build-lib
Builds the library using rollup and places in the \dist\ folder