I've just started to learn Vue and I wonder, how is it made? I see in the begining of main.js
import Vue from 'vue'
import App from './App.vue'
and the content of App.vue is not Javascript at all. How is it made to be understandable by Javascript?