@w3nest/ui-tk
v0.1.10
Published
A dedicated W3Nest UI toolkit that factorizes generic, reusable widgets for web applications.
Readme
@w3nest/ui-tk
A dedicated W3Nest UI toolkit that factorizes generic, reusable widgets for web applications.
Installation, Build, Test
To install the required dependencies:
yarnTo build for development:
yarn build:devTo build for production:
yarn build:prodTo run tests:
yarn testTo measure test coverage:
yarn test-coverageTo generate code's documentation:
yarn doc