Is there the same router for Vue like angular ui-router? What router is the best for Vue?
2 Answers
vue-router is the offical router for Vue
https://github.com/vuejs/vue-router
You could also build your own if you want to understand how your router is working:
https://vueschool.io/articles/tutorials/creating-your-own-router/86/
1 Comment
Nicolas Cadilhac
I find vue router far less advanced than ui-router.