@eng-skillfully/ui2
v1.0.0
Published
React shared components library for chat simulation UIs
Downloads
2
Readme
Shared Components Library
Build
After creating new components or updating existing components make sure to run the following command in order to build the library
npm run build
Install local version for testing
You can install the local version of the package by providing the relative path
npm install ../shared-components-library
Publishing
Before publishing, make sure you've signed into the eng-skillfully npm account
npm login
After making changes to the library, make sure to the update the package version in the package.json file
Then run npm publish
in order to publish the package