-
Notifications
You must be signed in to change notification settings - Fork 4
Vue.js devtools
ishaaa-ai edited this page Apr 6, 2020
·
3 revisions
This is an extension that you can get for free on your browser and can be downloaded from here. Vue.js devtools is a handy tool that you can use to debug your code and enables you to do the following:
- Live-edit data properties
- See the changes reflected immediately
- Do time travel debugging for Vuex
If you are using VS Code as your IDE, then more information about Debugging in VS Code can be found here.