Plugins
In VitNode we're implementing a plugin system. This means that you can create your own plugins and use them in your VitNode instance.
⚠️
Make sure you have developer mode enabled.
Plugin schema
When you're created a plugin VitNode will created few files for you on backend
side, but not in frontend
side. Below you can see the schema of folders for your plugin files.
- {your_plugin}.module.ts
- home.ts
Create a plugin
Go to AdminCP and go to Plugins
section. Click on Create
button and fill the form.
Build new version
Test