Documentation Index
Fetch the complete documentation index at: https://docs.nonefivem.com/llms.txt
Use this file to discover all available pages before exploring further.
Install the Package
Choose your preferred installation method: Package Manager
Script Tag (CDN)
Install the package using your preferred package manager:npm install @nocloud/cfx-nui
Add the SDK directly to your HTML using jsDelivr:<script src="https://cdn.jsdelivr.net/npm/@nocloud/cfx-nui/dist/index.js"></script>
The NoCloud object will be available globally. 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.