0.0.0-development • Published 4 years ago

@kotandy/friend-ui v0.0.0-development

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Friend UI Kit

На данный момент это своя библиотека является расширением и кастомизацией основной библиотеки Material UI.

Storybook

Run storybook page with all components

npm run storybook

Watch for change components

You can watch for change components and build it now

npm run watch

Eslint test and fix

npm run lint

Build prod version and publish

To npm registry we publish only dist/ folder.

npm run build # build all files and copy package.json with README.md to dist/
npm run build-storybook # build storybook-static

To prepare version you need:

npm run build # build files, and copy package.json with README.md
npm run publish dist/ # [soon] publish lib to registry