Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliuswadskov/elua
EJS for fivem
https://github.com/juliuswadskov/elua
Last synced: about 1 month ago
JSON representation
EJS for fivem
- Host: GitHub
- URL: https://github.com/juliuswadskov/elua
- Owner: juliuswadskov
- Created: 2021-06-26T21:48:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-26T21:52:36.000Z (over 3 years ago)
- Last Synced: 2024-05-20T19:54:33.432Z (7 months ago)
- Language: Lua
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elua
EJS for fivemTake 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',
}
```