userology-sdk v1.1.9
intercept-web-sdk
SDK Usage
Build
To build the SDK, run the following command:
npm run build
Faster Testing
For faster testing during development, use the following command:
npm run start
Expose 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 build
2) Link the SDK package
yarn link
Client 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