Create Custom App
Guide and templates for creating custom apps.
We've created an ability to create fully custom apps for our laptop. You'll be able to send messages, trigger functions as you normally do it your fully customs resources. We also provide injected function to get data and information directly in your resource NUI.
Adding app
To add custom app directly from your resource, on server side you can use addCustomApp
export which is referenced below in code example. Export reference.
Removing app
To add custom app directly from your resource, on server side you can use removeCustomApp
export which is referenced below in code example. Export reference.
Templates
For better understanding, we've prepared few templates. Please take a look at VueJS and React simple templates can be found in our repository here.