💻Developer

This page is for those who want to modify the script or NUI.

Submit a pull request with your enhancements to contribute to this open-source project.

To download the developer version, clone the repository using git:

git clone https://github.com/Kxiox/ks_bossmenu.git

Navigate into the vuejs directory:

cd ks_bossmenu/vuejs

Then, install the necessary dependencies using npm:

npm install

Run this command to launch the development server and view real-time updates:

npm run dev

To configure correctly, update the fxmanifest.lua file by adding this line if it's missing

ui_page 'localhost:5173'

Last updated