Single File Components
Vue Single-File Components (a.k.a. *.vue
files, abbreviated as SFC) is a special file format that allows us to encapsulate the template, logic, and styling of a Vue component in a single file.
Visit the following resources to learn more: