Auto import all the things 🚀 — Back in the days we used to import all those components into every single .vue file — import and registering them over and over again became a tedious task. Then the awesome Nuxt.js team released @nuxt/components to auto import project and third party library specific components 🚀 No more imports…