📜  电子设置 cmd - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:11.703000             🧑  作者: Mango

代码示例1
1) Make sure node.js is installed on your machine

2) CD into your directory

3) Crete a json package using the following command:
npm init

4) Install the electron module using the following command:
npm install --save-dev electron