Skip to main content
1

Install the Package

Choose your preferred installation method:
Install the package using your preferred package manager:
npm install @nocloud/cfx-nui
2

Import the SDK

If using a package manager, import the SDK in your code:
import { NoCloud } from "@nocloud/cfx-nui";
If using the CDN script tag, skip this step. The NoCloud object is available globally.