0.1.1 • Published 2 years ago

@youwol/grapes-flux v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@youwol/grapes-flux

Various components for grapes to play with Flux assets.

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

Links

Online user-guide

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