userology-sdk v1.1.9
intercept-web-sdk
SDK Usage
Build
To build the SDK, run the following command:
npm run buildFaster Testing
For faster testing during development, use the following command:
npm run startExpose the SDK Package Locally
To expose the SDK package locally for testing or integration purposes, you can use yarn link.
Follow these steps:
1) Build the SDK package
npm run build2) Link the SDK package
yarn linkClient Testing
To install the SDK npm package for client testing, use yarn link along with the package name.
Follow these steps:
1) Link the SDK package:
yarn link "[package-name]"2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago