The UI components library.
Install dependencies with
npm iStart dev app with
npm run start:dev-appTo generate new component execute:.
npm run generate --NAME=<component-name>To build specific component execute:
npm run build <component-name>To build all component executte:
npm run build:all