개발?!/Electron.JS
Electron 개발 환경
Harry군
2024. 2. 13. 17:13
Electron 개발 환경 설정
- Nodjs
- Nodejs설치
- https://nodejs.org/en
- git
- 버전컨트롤설정
- https://git-scm.com/
- electron
- nodejs와 함께 설치 된 npm을 통해 설지
- npm install electron --save-dev (프로젝트마다 개별 설치)
- npm install –g electron (전역으로설치)
- 설치 확인
- command 창에서 다음과 같이 입력
electron -version
- 다음과 같은 창이 나옴.