Skip to content

Instantly share code, notes, and snippets.

@scottlepp
Created June 19, 2018 20:11
Show Gist options
  • Save scottlepp/88d74676e5fa05ef3d434cb43e65a5e6 to your computer and use it in GitHub Desktop.
Save scottlepp/88d74676e5fa05ef3d434cb43e65a5e6 to your computer and use it in GitHub Desktop.
import Vue from 'vue';
import App from './app.vue';
new Vue({
el: '#app',
render: h => h(App)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment