BaseElectron:Electron实现跨平台桌面应用

时间:2021-05-14 19:20:05
【文件属性】:
文件名称:BaseElectron:Electron实现跨平台桌面应用
文件大小:21KB
文件格式:ZIP
更新时间:2021-05-14 19:20:05
JavaScript 基础电子 克隆并运行以快速查看Electron的运行情况。 将此应用程序与应用程序结合使用以获取API代码示例,以帮助您入门。 基本的Electron应用程序仅需要以下文件: package.json指向应用程序的主文件,并列出其详细信息和依赖项。 main.js启动应用程序并创建一个浏览器窗口以呈现HTML。 这是应用程序的主要过程。 index.html要呈现的网页。 这是应用程序的渲染过程。 您可以在《了解有关这些组件的更多信息。 使用 要克隆和运行此存储库,您需要在计算机上安装和 ( 随附)。 在您的命令行中: # Clone this repository git clone https://github.com/xuzhengquan/BaseElectron.git # Go into the repository cd BaseElectron # Insta
【文件预览】:
BaseElectron-master
----.gitignore(35B)
----autoupdater.js(2KB)
----package.json(829B)
----main.js(3KB)
----LICENSE.md(6KB)
----README.md(1KB)
----renderer.js(1KB)
----index.html(632B)
----yarn.lock(43KB)

网友评论