Ethan's Box

everything inside

  • Table of Contents
  • Overview
  1. 1. 安裝 Electron
  2. 2. 參考資料

Ethan Ciou

blog
17 posts
13 tags
0%

Electron Quick Start

Posted on 2021-04-10 Edited on 2022-06-06

安裝 Electron

  1. npm 初始化

    1
    npm init
  2. 安裝 Electron 做為開發工具

    1
    npm install --save-dev electron
  3. 加入 .gitignore,可以從 electron/.gitignore 上下載範本

參考資料

  • Quick Start Guide | Electron
# electron
來做一個 Tomato Timer 吧 (使用 Electron)
Ubuntu 安裝 node 環境
© 2022 Ethan Ciou
Powered by Hexo & NexT.Gemini