0.0.4 • Published 4 years ago

unms-ui v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

unms-ui

Getting started

yarn run build builds the library to dist, generating file:

  • dist/how-long-till-lunch.esm.js an ES module bundle, suitable for use in other people's libraries and applications, that imports the external dependency. This corresponds to the "module" field in package.json

yarn run dev builds the library, then keeps rebuilding it whenever the source files change using rollup-watch.

yarn test builds the library, then tests it.