We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. I want to add electron-redux-devtools in electron app. I've added it in package.json but it is not appear in electron app.
package.json
The text was updated successfully, but these errors were encountered:
@Colt-ain that's very simple with https://www.npmjs.com/package/electron-devtools-installer Make a function which installs redux via package mentioned above and place it somewhere inside .desktop folder In .desktop/desktop.js write
.desktop
.desktop/desktop.js
app.whenReady().then(youFunction)
And that's all!
Sorry, something went wrong.
@wojtkowiak probably could be closed
No branches or pull requests
Hello. I want to add electron-redux-devtools in electron app. I've added it in
package.json
but it is not appear in electron app.The text was updated successfully, but these errors were encountered: