📜  Electronjs 快速入门 Git 存储库克隆 - 任何代码示例

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

代码示例1
# Clone the Quick Start repository
$ git clone https://github.com/electron/electron-quick-start

# Go into the repository
$ cd electron-quick-start

# Install the dependencies and run
$ npm install && npm start