diff --git a/react-configuration.md b/react-configuration.md new file mode 100644 index 0000000..7912c89 --- /dev/null +++ b/react-configuration.md @@ -0,0 +1,7 @@ +# React configuration + +Additional configuration for classes which cover or use React + +- The React Beta Docs have a great [setup](https://beta.reactjs.org/learn/editor-setup) doc for Visual Studio Code. +- Definitely use the [React Dev Tools](https://beta.reactjs.org/learn/react-developer-tools), also mentioned at the beta docs +- If the class is going to use Redux, you should install the [Redux DevTools](https://github.com/reduxjs/redux-devtools) appropriate to your browser \ No newline at end of file diff --git a/vue-configuration.md b/vue-configuration.md new file mode 100644 index 0000000..b468976 --- /dev/null +++ b/vue-configuration.md @@ -0,0 +1,6 @@ +# Vue.js class configuration + +Additional configuration for classes that cover Vue.js. + +- For Visual Studio Code, check out the [Vue.js section](vs-code-extensions.md#vuejs) in the VS Code setup doc. +- [Vue.js devools](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?hl=en) \ No newline at end of file