An open API service indexing awesome lists of open source software.

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: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# (WIP) rv_gui v0.0.3

> [!TIP]
> Want to join a great upcoming dev community? Make sure you don't miss to join our [Discord](https://discord.gg/3FjtbxSMNT) :)!

> [!IMPORTANT]
> [Documentation](https://revolution-4.gitbook.io/revolution-or-docs/resources/rv_gui) 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

```bash
bun run build - build server files
bun run build:web - build webview
bun run watch - watch server files
bun run watch:web - watch webview
bun run build:dev - build everything
bun run 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

## Dependencies
+ [Bun](https://bun.sh/)