Hacker News new | ask | show | jobs
by geektips 2656 days ago
Most probably because Vue is enormously popular in China and npm mirrors are mostly used in china.
2 comments

Vue can also be used from a CDN and doesn't require NPM.
React can be used from a CDN as well, including using it with JSX. Although using JSX from CDN scripts is a bad idea in production because it's slower.
https://npm.taobao.org/package/vue https://npm.taobao.org/package/react

Vue looks like it's about 1.8x more popular in China.