사용자 도구

사이트 도구


electron:nativefier

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
electron:nativefier [2021/03/12 13:58]
kwon37xi 만듦
electron:nativefier [2022/07/20 23:50] (현재)
kwon37xi [애플리케이션 생성]
줄 2: 줄 2:
   * https://github.com/nativefier/nativefier   * https://github.com/nativefier/nativefier
   * Web 페이지를 native 앱으로 바꿔준다.   * Web 페이지를 native 앱으로 바꿔준다.
 +  * [[https://github.com/nativefier/nativefier/blob/master/API.md|nativefier API]]
  
 +===== Install =====
 +<code sh>
 +brew install nativefier
 +</code>
 +
 +===== 애플리케이션 생성 =====
 +  * [[https://github.com/nativefier/nativefier/blob/master/CATALOG.md|Build Commands Catalog]]
 +  * [[https://www.addictivetips.com/ubuntu-linux-tips/nativefier-turn-websites-into-linux-apps/|How to use Nativefier to turn websites into Linux apps]]
 +<code sh>
 +# Make an app from <targetUrl> and set the application name to <name>
 +nativefier <targetUrl> -n <name>
 +
 +# Make an app from <targetUrl> for the OS <platform> and 
 +# CPU architecture <arch>
 +nativefier <targetUrl> -p <platform> -a <arch>
 +
 +# kanbanflow.com exmpale
 +nativefier --name=kanbanflow --tray --single-instance https://kanbanflow.com/
 +</code>
 +  * 생성후 [[linux:alacarte|alacarte]] 로 메뉴를 생성해주면 된다.
 +
 +===== upgrade =====
 +  * [[:electron|Electron]]이 업그레이드 되는 것을 반영해준다.
 +
 +<code sh>
 +# Upgrade (in place) the existing Nativefier app at <pathToExistingApp>
 +nativefier --upgrade <pathToExistingApp>
 +
 +# 특정 디렉토리로 이동해서 . 으로 처리해도 된다.
 +nativefier --upgrade .
 +</code>
electron/nativefier.1615525092.txt.gz · 마지막으로 수정됨: 2021/03/12 13:58 저자 kwon37xi