uui-components
v0.0.26
Published
Stencil Component Starter
Readme
UUI Components
npm install
npm startTo build the component for production, run:
npm run buildTo run the unit tests for the components, run:
npm testTo release a new version:
npm run build # and commit any changed files!
npm version patch
git push --tags
npm release