Hacker News new | ask | show | jobs
by tor291674 2299 days ago
I really like the folder structure and the way you just drop a file in and it works (tm). Like with VueX. Just create a file in /stores and you have a new namespaced vuex store. Or /plugins, or /modules. It just makes loading things and organization easier.

Plus, if everyone used Nuxt jumping into someone elses project enables you to locate shit way easier. From pages, components, stores, to configuration data in nuxt.config.json.