1.atom/electron
github:
https://github.com/atom/electron
中文文档:
https://github.com/atom/electron/tree/master/docs-translations/zh-CN
2.下载 electron-v0.36.5-win32-x64
https://github.com/atom/electron/releases/download/v0.36.5/electron-v0.36.5-win32-x64.zip
3.新建一个项目-快速入门:
https://github.com/atom/electron/blob/master/docs-translations/zh-CN/tutorial/quick-start.md
大体上,一个 Electron 应用的目录结构如下:
your-app/
├── package.json
├── main.js
└── index.h

本文详细介绍了如何使用Electron开发桌面应用,包括目录结构、核心代码解析、部署流程及环境配置,涵盖Windows下的NodeJS+NPM+Bower安装与asar打包等关键步骤。
最低0.47元/天 解锁文章
528

被折叠的 条评论
为什么被折叠?



