Hacker News new | ask | show | jobs
by dmitriid 3146 days ago
Why do Vue docs tell you to use webpack for “large, serious projects”? https://vuejs-templates.github.io/webpack
1 comments

It seems you have weird idea of what is the average size of a web project. "Large" is not common. It's the exception.

And the reason is: projects starts small, and grow. But not all grow to become large.

The wonderful thing with vue: you start small, and IF you reach the stage you need more, you can do so easily.