- A file format in Vue.js, using the
.vueextension, that encapsulates a component’s template (HTML), logic (JavaScript/TypeScript), and styling (CSS) within a single file using three main language blocks:<template>,<script>, and<style>. The SFC format was introduced in Vue 2 to solve problems with global component definitions and to improve component maintainability.
This term is sponsored by: your name/company?
- Previous term: Single Responsibility Principle
- Next term: Single-page application
- Random term: Launch (webglossary.info/random 🎲)