Skip to content

Instantly share code, notes, and snippets.

@dvallin
Created November 29, 2017 16:46
Show Gist options
  • Save dvallin/0a763b54ea54b3bfe687d4522ec7db73 to your computer and use it in GitHub Desktop.
Save dvallin/0a763b54ea54b3bfe687d4522ec7db73 to your computer and use it in GitHub Desktop.
import Vue from 'vue'
Vue.config.productionTip = false
import App from './App'
import store from './store';
new Vue({
el: '#app',
store,
render: h => h(App)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment