Exploring the world of Vue has been exciting but I'm a bit puzzled by the syntax used for importing different libraries. Take, for instance, this import statement:
import Vue from 'vue';
import axios from 'axios';
Where do these references to vue and axios come from? It's strange because usually imports are done using paths. If this question has already been answered elsewhere, apologies for not finding it. Thank you in advance! :-)