No node, no npm, no building - just some external files and you can have some Vue magic... You can resize and move those blocks:
`/* --> */, type: '.vue', } } return fetch(url).then(res => res.text()); }, addStyle(textContent) { const style = Object.assign(document.createElement('style'), { textContent }); const ref = document.head.getElementsByTagName('style')[0] || null; document.head.insertBefore(style, ref); }, } const { loadModule } = window['vue2-sfc-loader']; loadModule('/main.vue', options) .then(component => new Vue(component).$mount('#app'))