Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juliuswadskov/elua

EJS for fivem
https://github.com/juliuswadskov/elua

Last synced: about 1 month ago
JSON representation

EJS for fivem

Awesome Lists containing this project

README

        

# elua
EJS for fivem

Take the folder `elua` and put it inside your resource then write the following inside your `fxmanifest.lua`
```lua
ui_page 'elua/index.html'

files {
'elua/index.html',
'view/*.elua',
}

client_scripts {
'elua/client.lua',
}

server_scripts {
'elua/server.lua',
}

shared_scripts {
'elua/mustache.lua',
}
```