config.json

Each component is wrapped as a Node.js module and this file describes a Node.js module’s content.

List all the components in your project to the components array of objects. Take a closer look.

In this instance, we have two components. One of them has UI - and a .vue file in the ui folder. Explore Vue.js for Components Creation tutorial.

Last updated