DEV Community

Cover image for Compose Components in VueJS - Introduction [Part 2]
Patrick O'Dacre
Patrick O'Dacre

Posted on

Compose Components in VueJS - Introduction [Part 2]

Subscribe to my YouTube channel for more tutorials on working with VueJS and AdonisJS -- an MVC framework for NodeJS!

Part 2 of my VueJS Documentation Walkthrough - an Introduction to Composing Components.

Learn the basics of composing components and using slots and props to make your components more flexible and reusable.

Together we'll go through the basic example from the documentation and then build out the Jumbotron Bootstrap template to get a little more practice.

This video contains a few challenges, too, to help you learn.

Github Repo

git clone https://github.com/patrickodacre/vue-docx/tree/composing_components

git checkout composing_components

cd simple
Enter fullscreen mode Exit fullscreen mode

Top comments (0)