This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
Vue 2 is a progressive JavaScript framework for building user interfaces with data-driven, nestable view components. The framework is designed to be incrementally adoptable, scaling from a simple library focused on the view layer to a full framework for complex single-page applications. The repository contains the core Vue 2 library along with related packages including vue-server-renderer for server-side rendering, vue-template-compiler for pre-compiling templates to avoid runtime overhead, and supporting tooling for development. The project was created by Evan You and reached end of life on December 31st, 2023, though it remains available through existing distribution channels.