The class that hold app entry and real dom
The app entry point, could be SPA or MPA or Custom
The root element of the page, mostly is document.getElementById("app")
document.getElementById("app")
Start the app, and render it on the root
The class that hold app entry and real dom