项目作者: aabuhijleh

项目描述 :
Clone to try a simple Electron app + TypeScript + electron-builder
高级语言: TypeScript
项目地址: git://github.com/aabuhijleh/electron-typescript-quick-start.git
创建时间: 2020-02-22T17:21:55Z
项目社区:https://github.com/aabuhijleh/electron-typescript-quick-start

开源协议:Creative Commons Zero v1.0 Universal

下载


Electron TypeScript Quick Start

This template is based on the official electron-quick-start repository + TypeScript + electron-builder

Usage

  1. # Clone this repository
  2. $ git clone https://github.com/aabuhijleh/electron-typescript-quick-start
  3. # Go into the repository
  4. $ cd electron-typescript-quick-start
  5. # Install dependencies
  6. $ npm install
  7. # Run the app
  8. $ npm start
  9. # For distribution
  10. $ npm run package
  11. # For automatic compilation
  12. $ npm run watch

You can also run the app using VSCode’s debugger

Resources