0.0.26 • Published 5 years ago

uui-components v0.0.26

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

UUI Components

npm install
npm start

To build the component for production, run:

npm run build

To run the unit tests for the components, run:

npm test

To release a new version:

npm run build   # and commit any changed files!
npm version patch
git push --tags
npm release