All the components!
How to use IvhComponentLibrary
:
@todo
@todo
- Single entrypoint
- Partner
_spec
file
-
npm run bump
Increment the package version and publish (git tag). I.e.npm run bump minor
. -
npm run clean
Kill old build artifacts. -
npm test
Run all unit tests once. Test coverage results will be placed in./coverage/<platform>
. -
npm run test:watch
Execute tests continuously as files are updated. -
npm run build
Clean old build artifacts and run webpack for production.