Added Vue devtools to debugging section (#34)

This commit is contained in:
Jonathan Wood 2018-02-22 10:36:00 -05:00 committed by Yangshun Tay
parent 4d6807d922
commit f949dcc14e
1 changed files with 2 additions and 0 deletions

View File

@ -789,6 +789,8 @@ Practically, ES2015 has vastly improved JavaScript and made it much nicer to wri
* React and Redux
* [React Devtools](https://github.com/facebook/react-devtools)
* [Redux Devtools](https://github.com/gaearon/redux-devtools)
* Vue
* [Vue Devtools](https://github.com/vuejs/vue-devtools)
* JavaScript
* [Chrome Devtools](https://hackernoon.com/twelve-fancy-chrome-devtools-tips-dc1e39d10d9d)
* `debugger` statement