Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save brlafreniere/7c1f22b0bf5d580ec7e8e6a65763f23b to your computer and use it in GitHub Desktop.
Save brlafreniere/7c1f22b0bf5d580ec7e8e6a65763f23b to your computer and use it in GitHub Desktop.
new Vue({
router,
store,
render: h => h(App)
}).$mount('#app')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment