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.
Click to load comments...