@partnerite/ui
v1.1.97
Published
Common UI components
Downloads
14
Readme
Introduction
Common Partnerite UI components(i.e. Data tables, 404, etc.)
How to setup for the first time?
- Clone the repository
npm install
- Login to npm
npm login
, ask for credentials/invite
How to contribute?
npm install
- Make and test changes
- Upgrade
version
in package.json - Build the changes using
npm run build
- [Optional] Dry run the changes before publishing using
npm publish --dry-run
- Publish the changes using
npm publish
- Push changes to the repository
How to test locally?
npm install
npm link
- Goto the project you want to test the changes and run
npm link @partnerite/ui
- Test the changes