Skip to content

Instantly share code, notes, and snippets.

@duwaljyoti
Created March 23, 2018 00:14
Show Gist options
  • Save duwaljyoti/2bd62720f9672086f13f2ea9b749a1d9 to your computer and use it in GitHub Desktop.
Save duwaljyoti/2bd62720f9672086f13f2ea9b749a1d9 to your computer and use it in GitHub Desktop.
const router = new VueRouter({
routes,
});
const userApp = new Vue({
router,
store,
});
userApp.$mount('#app');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment