Prerequisites
TagoCore Plugins are built using Node.js and the TagoCore Plugin SDK. You’ll need an understanding of JavaScript and Node.js to develop plugins.
While it is not necessary, other tools may come in handy when developing more complex plugins. You don't need to learn these tools before starting to write plugins, but they may be useful at some point.
- TypeScript, to make navigating the API easier and write robust plugins;
- Visual Studio Code as an IDE, to accelerate the development of your Plugin.
You do not need to have experience with front-end UI libraries such as React or Vue. TagoCore creates and manages your Plugin's user interface via a JSON structure.
Important
You should use Node.js version 20 or greater to build plugins for TagoCore.