Skip to content

A Vue + Ts Boilerplate for creating resources with a webview in FiveM (WIP) v0.0.1

License

Notifications You must be signed in to change notification settings

programmernb-ctrl/rv_gui

Repository files navigation

(WIP) rv_gui

Tip

Want to join a great upcoming dev community? Make sure you don't miss to join our Discord :)!

Important

Documentation can be found here. Just click the link

How to build?

  1. Go to the root directory of the resource

  2. Use the command that you need

pnpm build - build server files
pnpm build:web - build webview
pnpm watch - watch server files
pnpm watch:web - watch webview
pnpm build:dev - build everything
pnpm dev - watch everyting

Folder Structure

  • rv_gui// root directory of the resource
  • resource// this is where the server will start our resource from. getting created when you build it
  • gui// frontend stuff
  • src// this is where you can write client or serverside code which is later getting compiled to js