Installation
Installing with a Package Manager
It can be installed as an npm package.
This package can only be used in a web environment and cannot be used in Android or iOS hybrid apps (Webview).
Once the installation is complete, you can check that it has been added under "dependencies" in your package.json file as shown below:
Once the installation is complete, initialize the wepinSDK instance using the App ID and App Key assigned after registering the app. This will enable the use of WepinSDK.
This package is designed to work only in Client Side Rendering (CSR) environments. If you are using this package in a Server Side Rendering (SSR) environment, you need to configure it so that the package is loaded only on the client side.
Refer to the following code for implementation:
Last updated