Vue Components

As a Vue project gets larger, it may become necessary to break up the application into parts known as components. Components are reusable Vue instances with a name, which can be used as a custom element inside of another Vue instance.