Vue Components
In this Vue.js tutorial I'm going to make a short introduction to components in Vue.js, before we start putting our single-page app together.
Components are reusable Vue instances that you can use in your application via custom tags among other things.
In this tutorial I’m going to show you how you can make a basic Vue component. How to create a template for that component and also how you can define data for it.