node > 8
yarn > 1.5.1
Vital UI Kit React is a monorepo, we use Lerna for package management.
packages divided web
and native
.
After cloning UI Kit, please do yarn to install the dependencies, using yarn run bootstrap
.
After install the dependencies
yarn run storybook:web
will run storybook in development mode.
We use rollup for bundling packages to minfy js.
Run yarn run build
will handle all process.
We follow semantic versioning and publish via lerna
. Run yarn run publish
and beware it should be stable in master
branch.