Home > Software design >  Vue JS increasing download
Vue JS increasing download

Time:12-12

This past few days, Vue JS recorded a very high NPM downloads. Now, it finally surpassed React JS as the most downloaded front-end framework in NPM.

Current React Downloads: 18,160,558
Current Vue Downloads: 47,342,420

What could be the reasons why does Vue has a high activity this week?

enter image description here

CodePudding user response:

Nobody really knows the reason for that one (from all the people I do follow on Twitter) and it also happened to Svelte AFAIK.
So yeah, nobody has a definitive answer but it's probably somebody who did some CI poorly and it's looping a download of the package, faking the stats (probably not something desirable initially).

Here is a small discussion around that: https://twitter.com/youyuxi/status/1599393910249652225

  • Related