Appears on
Articles2
Using Vue 3's Router in Practice
Vue Router is one of the best highlights in the Vue ecosystem. This article covers some standout features of Vue Router like programmatic navigation, navigation guards, data fetching, and nested routes with examples of how to use them in a Vue 3 project. It also covers the best practices and the main differences if you are moving from Vue2.
0
daily.dev Blog5y agoUsing Vue.js DevTools for Better DX
Vue.js DevTools is available as a Chrome extension, Firefox extension, and stand-alone electron application. It allows developers to monitor and edit component data, handle routing, time-travelling through states, performance monitoring, etc. This article will discuss the usage of Vue.js DevTools to perform these activities in detail.
0
daily.dev Blog4y ago