Skip to content

Commit

Permalink
Update README for DevTools extension (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 authored and chentsulin committed Aug 9, 2016
1 parent e4a8bae commit d4cc921
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,24 @@ $ npm run dev

*See [electron-debug](https://github.com/sindresorhus/electron-debug) for more information.*

#### Redux DevTools
#### DevTools extension

We used [redux-devtools-extension](https://github.com/zalmoxisus/redux-devtools-extension), you can find the `Redux` tab on Chrome DevTools.
This boilerplate is included following DevTools extensions:

* [Devtron](https://github.com/electron/devtron) - Install via [electron-debug](https://github.com/sindresorhus/electron-debug).
* [React Developer Tools](https://github.com/facebook/react-devtools) - Install via [electron-devtools-installer](https://github.com/GPMDP/electron-devtools-installer).
* [Redux DevTools](https://github.com/zalmoxisus/redux-devtools-extension) - Install via [electron-devtools-installer](https://github.com/GPMDP/electron-devtools-installer).

You can find the tabs on Chrome DevTools.

If you want to update extensions version, please set `UPGRADE_EXTENSIONS` env, just run:

```bash
$ UPGRADE_EXTENSIONS=1 npm run dev

# For Windows
$ set UPGRADE_EXTENSIONS=1 && npm run dev
```

## Externals

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"css-loader": "^0.23.1",
"del": "^2.2.1",
"devtron": "^1.2.1",
"electron-devtools-installer": "^2.0.0",
"electron-devtools-installer": "^2.0.1",
"electron-packager": "^7.3.0",
"electron-prebuilt": "^1.2.8",
"electron-rebuild": "^1.1.5",
Expand Down

0 comments on commit d4cc921

Please sign in to comment.