Initializing...
1 import 'core'
2 const app = createApp ()
3 // Loading modules...
4 await loadConfig ()
5 await loadRoutes ()
6 app . mount ('#app')