2.2.2 • Published 5 months ago

@ulms/components v2.2.2

Weekly downloads
-
License
BSD-4-Clause
Repository
github
Last release
5 months ago

ULMS kit

codecov Build Status

Development

Lerna is a dev-dependency so there is no need to install it globally.

  • Link all the components
npx lerna exec 'npm link'
  • Build all packages
npx lerna run build
  • Provide build capabilities to the packages (runs automatically after installation)
npm run postinstall