💻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 modify the NUI, download and install the development version of the source code.
To download the developer version, clone the repository using git:
git clone https://github.com/Kxiox/ks_bossmenu.gitNavigate into the vuejs directory:
cd ks_bossmenu/vuejsThen, install the necessary dependencies using npm:
npm installRun this command to launch the development server and view real-time updates:
npm run devTo configure correctly, update the fxmanifest.lua file by adding this line if it's missing
ui_page 'localhost:5173'Last updated