import App from './components/App.js'; // TODO style frame wieder raus? // TODO stattdessen global styles und css in js als alternative? // TODO examples schöner machen // TODO CSS in JS example // TODO CSS kopieren // TODO babel new Vue({ render: h => h(App), }).$mount(`#app`);