The video for this lesson is currently being updated, please read the transcript instead.

Vue essentials - Single-file components

We've now made a good start in creating a component-based Vue app.

So far, we've defined all of our components in our main Vue app configuration, and used JavaScript strings and string literals to create the templates.

You may wonder, or already know, that there's a much easier way than this!

In this video, we're going to take a look at single-file components which are a superior way of declaring Vue components.

What is a single-file component?

To view the complete lesson you'll need to login or join this course.


Click to load comments...