Vostok UI Kit
Based on Ant Design UI Kit
Install dependencies
npm i
Start example app in development mode. Open http://localhost:9000/
npm run start:examples
Build examples to /dist-examples
npm run build:examples
[PACKAGE]
Build uikit to /dist-uikit. If you want to update package on NPM, you should update version package.json in /scripts/build-package/package.json before run command bellow.
npm run build:package
After that, go to /dist-uikit and run
npm publish
Package build not include modules: 'react', 'react-dom', 'moment'