文件名称:electron_express_helloWorld
文件大小:3KB
文件格式:ZIP
更新时间:2024-08-11 07:53:51
JavaScript
Electron Express.js 你好世界 首先确保您的系统上有 Node.js / npm。 然后确保你的系统上有电子 npm install electron-prebuilt -g 入门: npm install 然后确保运行./node_modules/.bin/electron-rebuild 这将为您提供与电子的 node_module 兼容性,无论何时您调用 npm install 您都必须调用./node_modules/.bin/electron-rebuild 。
【文件预览】:
electron_express_helloWorld-master
----www()
--------index.html(328B)
--------index2.html(160B)
----package.json(263B)
----main.js(2KB)
----.gitignore(23B)
----README.md(463B)