本地应用electron的代码仓库,支持windows,苹果,liunx系列操作系统。作为研究使用。 研究要达成的第一步为制作支持windows,苹果,linux操作系统的浏览器。 第二步为在linux文本界面中启动electron程

chuwanghui 9c53d616b5 测试冲突 6 년 전
.vscode a7c77bc865 first commit 6 년 전
node_modules 6d115466a5 electron库 6 년 전
resources 9c53d616b5 测试冲突 6 년 전
.gitignore 45b9847d16 提交调试用node_model 6 년 전
LICENSE.md a7c77bc865 first commit 6 년 전
README.md 7ce5f293e3 修改readme文件 6 년 전
package-lock.json a7c77bc865 first commit 6 년 전

README.md

#electron调试模式配置非常复杂,并且bug太多,为了使得同学们不浪费时间学习,特配置如下代码仓库供 #大家研究使用.

electron-quick-start

Modified to debug in VS Code

Instructions

  • npm install
  • Open it in VS Code
  • Install Debugger for Chrome if you haven't
  • (Windows) Go to .vscode/launch.json and modify runtimeExecutable
  • Run either "Debug Main Process" or "Debug Renderer Process" in Debug Viewlet

Commit that has the modification

22d85fe

License

CC0, same as electron/electron-quick-start.