flâneur — a map of the web's best reading

Components Basics | Vue.js

vuejs.org · 2,946 words · saved by 1 readers

Vue.js - The Progressive JavaScript Framework

Components Basics | Vue.js Skip to content Menu On this page On this page Sponsors Become a Sponsor Are you an LLM? You can read better optimized documentation at /guide/essentials/component-basics.md for this page in Markdown format Components Basics ​ Watch an interactive video lesson on Scrimba Components allow us to split the UI into independent and reusable pieces, and think about each piece in isolation. It's common for an app to be organized into a tree of nested components: This is very similar to how we nest native HTML elements, but Vue implements its own component model that allows

Explore this link on the map →

related reading