“The most widely adopted framework for chaining LLM calls, tools, and retrieval into real applications - a near-default starting point for RAG and agent projects.”
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
The most approachable of the major frontend frameworks - official docs and tooling are exceptionally well designed for newcomers.
Where vue fits, based on its real tags and topics.
git clone https://github.com/vuejs/vue.gitSee the repository's README for language-specific setup steps.
**You are looking at the now inactive repository for Vue 2. The actively maintained repository for the latest version of Vue is vuejs/core.**
Vue has reached End of Life on December 31st, 2023. It no longer receives new features, updates, or fixes. However, it is still available on all existing distribution channels (CDNs, package managers, Github, etc).
If you are starting a new project, please start with the latest version of Vue (3.x). We also strongly recommend current Vue 2 users to upgrade (guide), but we also acknowledge that not all users have the bandwidth or incentive to do so. If you have to stay on Vue 2 but also have compliance or security requirements about unmaintained software, check out Vue 2 NES.
210.1K
Stars
33.7K
Forks
5.8K
Watchers
636
Open Issues
381
Contributors
4
Topics
Category: 🎨 Frontend
Difficulty: Beginner
Part of: Frontend Essentials
“The most widely adopted framework for chaining LLM calls, tools, and retrieval into real applications - a near-default starting point for RAG and agent projects.”
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
“A genuinely open-source Firebase alternative - real Postgres underneath, with auth, storage, and realtime built in rather than a proprietary database.”
The AI Toolkit for TypeScript. From the creators of Next.js, the AI SDK is a free open-source library for building AI-powered applications and agents
“The cleanest way to wire streaming LLM responses into a React/Next.js UI - handles the hard parts (streaming, tool calls, edge runtimes) so you don't have to.”
“One of the earliest serious multi-agent orchestration frameworks - useful once a single agent/chain isn't enough for the problem.”
“The default choice for production React today - server components, file-based routing, and first-class deployment story make it the fastest path from idea to shipped app.”
“Utility-first CSS that's become the default styling approach for new projects - fast to write, easy to keep consistent, no dead CSS to prune later.”
“Compiles away most of its own runtime, so shipped bundles are smaller and components read closer to plain HTML/JS/CSS than any mainstream alternative.”
“Still the most widely deployed UI library in the industry - the ecosystem, tooling, and hiring pool around it are unmatched.”
“A batteries-included framework rather than a library - trades some flexibility for a consistent, well-documented way to structure large applications.”
“Changed how a generation of React developers think about component libraries - you copy the code into your own project instead of installing a black-box dependency, so you own and can modify every line.”
“The industry-standard container orchestrator - not always necessary at small scale, but the default assumption for any serious cloud-native platform team.”
“The most capable open-source relational database available - strong standards compliance, extensions for nearly everything (including full-text search and vectors), and a default choice for good reason.”
“Unifies dozens of LLM providers behind a single API, making model switching almost effortless in production.”
“The standard library for working with open-weight models - thousands of pretrained models are one line of code away.”
“The modern default frontend build tool - native ESM in dev means a dev server that starts and reloads almost instantly, even on large apps.”
“The open-source engine behind Docker - understanding containers here pays off no matter which orchestrator sits on top later.”