Import all modules within a folder - Is there something like require.context() for Meteor?

Hello everyone,
in Webpack you can use require.context() to import all modules within one folder. Is there something similar for the Meteor-Bundler?

Background:
I am using Meteor Vue and what I am trying to achieve is what the Vue-Documentation recommends for importing multiple modules: