New KOBI documentation is available: https://adeo-ccdp.gitbook.io/kobi/

This project is made and maintained by the KOBI team.
Adding this dependency to your package.json allow :

  • Tooling for descriptor generation
  • Automatic registration at startup

KOBI Initializr

If you want to start a project right now, we propose a project generator that you can use to generate a VueJS project.

generator-vuejs generator-vuejs

There is actually 2 templates provided that will create a sample VueJS project with the Node Starter integration, depending your needs:

In both cases, they use the starter to generate and declare the descriptor to KOBI at startup.
Documentation about the specific implementations is described in both template projects. The global starter implementation is provided here.

From scratch

If you don’t want to use the generator, see how to implement the starter here.

What's on this Page