🌸
💫
Skip to content

Vue.js

Vue (pronounced /vjuː/) is a progressive JavaScript framework for building user interfaces.

Vue is built on standard HTML, CSS, and JavaScript, providing a declarative and component-based programming model to help you efficiently develop user interfaces.

  • Progressive - Can be adopted gradually, from simple to complex
  • Reactive - Automatically tracks data changes
  • Component-Based - Reusable component system
  • Single-File Components - Template, script, and styles in one file
  • Composition API - More flexible code organization