https://github.com/programmernb-ctrl/rv_gui
A Vue + Ts Boilerplate for creating resources with a webview in FiveM (WIP)
https://github.com/programmernb-ctrl/rv_gui
fivem gta5 tailwindcss typescript vue3
Last synced: 9 months ago
JSON representation
A Vue + Ts Boilerplate for creating resources with a webview in FiveM (WIP)
- Host: GitHub
- URL: https://github.com/programmernb-ctrl/rv_gui
- Owner: programmernb-ctrl
- License: mit
- Created: 2025-03-12T16:12:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-12T21:19:52.000Z (9 months ago)
- Last Synced: 2025-03-12T21:30:56.911Z (9 months ago)
- Topics: fivem, gta5, tailwindcss, typescript, vue3
- Language: Vue
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# (WIP) rv_gui
> [!TIP]
> Want to join a great upcoming dev community? Make sure you don't miss to join our [Discord](https://discord.gg/3FjtbxSMNT) :)!
## How to build?
1. Go to the root directory of the resource
2. Type following commands seperatly in the terminal
```bash
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