0.1.7 • Published 4 years ago
@azondo/ui v0.1.7
Azondo UI package
This library contains react components, styles and other providers for Azondo apps
Installation
Add this package to your dependencies list
yarn add @azondo/uiDeployment commands
yarn build-storybook
Builds storybook into the ./storybook-static folder. Just serve this folder on CDN.
Development commands
yarn start
Runs the Storybook in development (watch) mode on 6006 port
yarn build
Builds the package with Rollup to the dist directory
yarn watch
Watches for changes in src folder and rebuilds the same way as yarn build