0.2.0 • Published 5 months ago

@youwol/rx-button-views v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

@youwol/rx-button-views

Button's type of widgets using rx-vdom.

This library is part of the hybrid cloud/local ecosystem YouWol.

Links

Developers documentation

Package on npm

Source on GitHub

Installation, Build, Test

To install the required dependencies:

yarn

To build for development:

yarn build:dev

To build for production:

yarn build:prod

To run tests:

yarn test

Coverage can be evaluated using:

yarn test-coverage

To generate code's documentation:

yarn doc