UI components library


Keywords
components, lerna, sdk, ulms
License
BSD-4-Clause
Install
npm install @netology-group/media-ui@0.1.45

Documentation

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