Skip to main content

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.

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 14 or greater to build plugins for TagoCore.