JS | 자바스크립트 윈도우 GUI 총정리

|

요약

nodeJS exe 파일 만들기

npm install -g pkg

pkg 파일이름 --targets node10-win-x64

Electron 설치

메뉴얼 : 바로가기
퀵스타트 : 바로가기

# Clone this repository
git clone https://github.com/electron/electron-quick-start
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start

NodeGui 사용법

메뉴얼 : 바로가기

git clone https://github.com/nodegui/nodegui-starter
cd nodegui-starter
npm install
npm start

참조

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

클릭하여 복사