ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • 일렉트론[Electron] 설치 방법
    자바스크립트[JavaScript]/일렉트론[Electron] 2018. 10. 12. 10:45

    ※ 일렉트론 설치

     - URL : https://electronjs.org/docs/tutorial/first-app

     - 선행작업 

      + npm 설치


     - npm init
      + package name[프로젝트 명] : 입력
      + version[파일의 버전] :입력

      + description[수행 작업 내용] : 입력

      + entry point : 입력

      + test command : 입력

      + git repository[github 저장소] : 입력

      + keywords[프로젝트 키워드] : 입력

      + author[개인이나 팀 또는 회사명등] : 입력

      + license[라이센스에 대한 내용] : 입력

      + Is this OK? (yes) : 입력


     - npm install electron --save-dev



    ※ 일렉트론 예제 설치

     - git URL : https://github.com/electron/electron-quick-start


     - 선행작업

      + npm 설치

      + git 설치


     - git clone https://github.com/electron/electron-quick-start

     - cd electron-quick-start

     - npm install

     - npm start

    댓글

Designed by Tistory.