November 2019
Beginner
804 pages
20h 1m
English
In larger applications, declaring components globally, as we've seen up until now (that is, using Vue.component(...)), can quickly become problematic. Fortunately, it is also possible to define components locally or in dedicated files using the .vue file extension.
These are called SFCs. We will leverage SFCs in this chapter. If you're impatient, you can take a look at the documentation for it here: https://vuejs.org/v2/guide/single-file-components.html.
Read now
Unlock full access