GitShow/vuejs/vue
vuejs

vue

This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

by vuejs
frameworkfrontendjavascriptvue
Star on GitHubForkWebsitenpm

TypeScript

210.7k stars33.7k forks381 contributorsQuiet · 1y agoSince 2013v2.7.16MIT

Meet the team

See all 381 on GitHub →
yyx990803
yyx9908032.6k contributions
vue-bot
vue-bot113 contributions
Hanks10100
Hanks1010047 contributions
posva
posva43 contributions
defcc
defcc37 contributions
kazupon
kazupon32 contributions
pikax
pikax27 contributions
ktsn
ktsn25 contributions

Languages

View on GitHub →
TypeScript96.6%
JavaScript1.8%
HTML0.9%
CSS0.6%
Shell0%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

5 of 6 standards met

Community profile →
75
✓README✓License✓Contributing✓Code of Conduct○Issue Template✓PR Template

Recent PRs & issues

Quiet · Last activity 1y ago
See all on GitHub →
shoemoney
fix(core): order post watchers after render in flushOpenPR

Fix queueWatcher insertion to respect post watcher ordering. Bug: when flushing, new watchers were spliced by only. Post watchers (flush post) could be inserted before render watchers, breaking the guarantee that render runs before post callbacks. Fix: replace id-only comparison with which orders non-post before post and then by id. This matches the initial queue sort and ensures post watchers queued during flush run after render watchers. Evidence: verified RED to GREEN. Before the fix the queue insertion used . After the fix it uses . Existing unit suite passes (1449 tests, scheduler.spec 8 tests). Changed file: src/core/observer/scheduler.ts

shoemoney · 12h ago
loulanyue
docs(readme): fix grammar and extra space in sponsor linkOpenPR

Fixes a minor grammatical/spacing typo in ( -> ).

loulanyue · 1d ago
anshul23102
Implement build-time component dependency analysis with automatic optimization recommendationsOpenIssue

Problem Statement Vue build systems lack visibility into component dependencies and impact. Large applications have redundant imports and unused dependencies. No automated detection of optimization opportunities. Bundle analysis requires manual effort. Business Impact: Reduces bundle size by 25-40%, improves build times by 30%, accelerates CI/CD pipelines, reduces infrastructure costs. Root Cause Analysis Dependency analysis is post-build. No integrated optimization detection. Developers lack visibility into component dependency graph. Solution Overview Build component dependency analyzer: Create build-time dependency graph visualization Detect unused imports and dead code Identify circular dependencies Suggest code-splitting points Recommend component extraction opportunities Generate optimization reports Implementation Steps: 1. Build dependency graph analyzer 2. Implement graph visualization 3. Create dead code detection 4. Build circular dependency detector 5. Develop optimization recommendation engine Type of Change Enhancement (build tools) Performance optimization Developer experience Testing Done Analyze 50+ Vue applications Verify dependency detection accuracy (95%+) Performance testing on 10000+ node graphs Test circular dependency detection Benchmark analysis overhead (< 2 seconds) Integration testing with popular build tools Validate optimization recommendations Related Issues & Standards Module graph analysis standards Build optimization best practices Suggested Labels enhancement, build-tools, optimization, tooling, GSSoC26

anshul23102 · 1d ago

Recent fixes

View closed PRs →
paulkamer
fix: Do not use micro tasks in Pale Moon browser (#10515)MergedPR

What kind of change does this PR introduce? (check at least one) [x] Bugfix [ ] Feature [ ] Code style update [ ] Refactor [ ] Build-related changes [ ] Other, please describe: Does this PR introduce a breaking change? (check one) [ ] Yes [x] No If yes, please describe the impact and migration path for existing applications: The PR fulfills these requirements: [x] It's submitted to the branch for v2.x (or to a previous version branch), _not_ the branch [x] When resolving a specific issue, it's referenced in the PR's title (e.g. , where "xxx" is the issue number) [x] All tests are passing: https://github.com/vuejs/vue/blob/dev/.github/CONTRIBUTING.md#development-setup [ ] New/updated tests are included If adding a new feature, the PR's description includes: [ ] A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it) Other information: This fix is similar to other issues/PRs: https://github.com/vuejs/vue/issues/9462 https://github.com/vuejs/vue/commit/0bad7e2a3508b55abaa8aec2a1bd9c1127305cb4 Closes https://github.com/vuejs/vue/issues/10366 Close https://github.com/vuejs/vue/issues/10515 https://github.com/vuejs/vue/pull/10459

paulkamer · 3h ago
Structured data for AI agents

Repository: vuejs/vue. Description: This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core Stars: 210681, Forks: 33748. Primary language: TypeScript. Languages: TypeScript (96.6%), JavaScript (1.8%), HTML (0.9%), CSS (0.6%), Shell (0%). License: MIT. Homepage: http://v2.vuejs.org Topics: framework, frontend, javascript, vue. Latest release: v2.7.16 (2y ago). Open PRs: 100, open issues: 537. Last activity: 1y ago. Community health: 75%. Top contributors: yyx990803, vue-bot, Hanks10100, posva, defcc, kazupon, pikax, ktsn, HerringtonDarkholme, javoski and others.

·@ofershap

Replace github.com with gitshow.dev