Comment by joshstrange
21 hours ago
> React happily also has 0 dependencies,
Ok, but it has 112 devDependencies, I'm not really sure "0 dependencies" best describes React.
21 hours ago
> React happily also has 0 dependencies,
Ok, but it has 112 devDependencies, I'm not really sure "0 dependencies" best describes React.
Dev dependencies are not installed when you install the package into your project.
Also I checked how many deps vuejs has, also 0.
Those are not installed.