Skip to content

Commit

Permalink
Initial add
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpaxton committed Dec 9, 2022
1 parent 16bda7d commit b01faaf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions react-configuration.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions vue-configuration.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit b01faaf

Please sign in to comment.