const html = require("./example.vue"); const container = document.getElementById("container"); console.log(html); container.innerHTML = html;