Thanks to visit codestin.com
Credit goes to github.com

Skip to content

itkomet-mats/ox_lib

 
 

Repository files navigation

ox_lib - Redesign

Redesign by Fjella at ensure

If you like my work please support at KO-FI or star my the repo on GitHub

https://ko-fi.com/fjellaa

If you want to make changes to the design this is how you would go about doing that.

  1. Install node.js: https://nodejs.org/en
  2. Open terminal (cmd)
  3. cd into folder for example command: cd C:\Users\fjella\Documents\GitHub\ox_lib__PRE-BUILD WEB\web
  4. run command pnpm i, this is too install node modules
  5. run pnpm run dev, that gives you a localhost IP you can open in browser to make changes to design
  6. most design elements are found here: src/features, in those folders there are alot of files attached to different elements etc in ox_lib. Make changes inside styles {{ }}
  7. when you are done editing go back to your terminal(cmd) and write pnpm run build
  8. drag that build folder into your servers ox_lib/web folder and replace everything
  9. enjoy!

PS: i will not be providing support on this for obvious reasons.

A FiveM library and resource implementing reusable modules, methods, and UI elements.

For guidelines to contributing to the project, and to see our Contributor License Agreement, see CONTRIBUTING.md

For additional legal notices, refer to NOTICE.md.

📚 Documentation

https://overextended.dev/ox_lib

💾 Download

https://github.com/overextended/ox_lib/releases/latest/download/ox_lib.zip

📦 npm package

https://www.npmjs.com/package/@overextended/ox_lib

🖥️ Lua Language Server

  • Install Lua Language Server to ease development with annotations, type checking, diagnostics, and more.
  • Install cfxlua-vscode to add natives and cfxlua runtime declarations to LLS.
  • You can load ox_lib into your global development environment by modifying workspace/user settings "Lua.workspace.library" with the resource path.
    • e.g. "c:/fxserver/resources/ox_lib"

About

A FiveM resource and script library for Lua and JS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 66.3%
  • TypeScript 31.5%
  • CSS 1.9%
  • Other 0.3%