Description
I am relatively new to Vue and the npm world. I have played with Vue for a while and fell in love with it. Now, I want to make the next step: starting a medium-to-large scale project (meaning that I have to communicate with an API backend).
I read the docs section about starting a new project and I reach this repository. I begin looking at the four template and choose the webpack
one, then I discover that it is not very maintained (packages outdated) and got disappointed. After that I take a look at other templates on Github:
Now I discover vuex
and found this other project structure which is said to be best suited for large project (wasn't it also the webpack
one best suited?). It becomes all quite confusing. There are too many ways to start a project and each one claims to be the best.
It would be great if there exists one, well maintained and officially recognized project structure.