1 2 3 4 5 6 7 8 9 10
import App from './App.html'; const app = new App({ target: document.body, data: { name: 'This is my name' } }); export default app;