DEV Community

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

Posted on

1

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

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay