Vue

Introduction to Vue.js: Components

Outline

For the components section, we will dive right into creating our application with the CLI. From there, we will look at the project structure and review the single file components created within

We will take a peek at the component lifecycle, and I’ll explain what props are and why they are important to your application. We will also cover component options, as they are an integral part of Vue components.

Finally, you will have exercises throughout the course to give you a chance to try things out for yourself.

To get more information on the render function, check out the Vue docs: http://vuejs.org/v2/guide/render-function.html

 

I finished! On to the next chapter