Back to Developer Roadmap

Single File Components

src/data/roadmaps/vue/content/[email protected]

4.0349 B
Original Source

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: