> For the complete documentation index, see [llms.txt](https://docs.uqudo.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uqudo.com/docs/kyc/uqudo-sdk/integration/web/sdk-installation/js-frameworks-react-angular-vuejs-etc....md).

# JS Frameworks (React, Angular, VueJs, etc...)

Install Uqudo web SDK from the npm public registry:

Using npm:

```shell
npm install uqudosdk-web
```

Using yarn:

```shell
yarn add uqudosdk-web
```
