Dynamic module importing is one of the latest JavaScript features to hit the major browsers. The main use case for this feature is lazy-loading modules to allow content to be delivered when it is needed, rather than all at once.
This is a companion discussion topic for the original entry at https://vuejsdevelopers.com/2017/10/30/vue-js-dynamic-imports-lazy-load/