https://github.com/chinsun9/electron-practice
electron practice
https://github.com/chinsun9/electron-practice
electron practice
Last synced: 3 months ago
JSON representation
electron practice
- Host: GitHub
- URL: https://github.com/chinsun9/electron-practice
- Owner: chinsun9
- Created: 2020-11-04T08:00:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-05T00:08:02.000Z (over 4 years ago)
- Last Synced: 2025-01-30T08:43:09.103Z (4 months ago)
- Topics: electron, practice
- Language: JavaScript
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-practice
## electron 시작하기
- 참고 ; https://www.youtube.com/watch?v=TnXz_nnQZrw
```cmd terminal
npm i electron -gnpm i create-electron-app -g
create-electron-app cool-app
cd cool-app
npm start
```- `create-electron-app`을 사용하여 프로젝트 초기화
```cmd terminal
npm i os-utils
```- CPU 이용률 등 자원상태를 보기위한 패키지 설치
```cmd terminal
npm i electron-builder -D
```- 배포파일 생성용 패키지 설치
- `electron-builder`하여 배포 setup파일 생성