내용으로 건너뛰기
권남
사용자 도구
로그인
사이트 도구
검색
도구
문서 보기
이전 판
역링크
최근 바뀜
미디어 관리자
사이트맵
로그인
>
최근 바뀜
미디어 관리자
사이트맵
추적:
electron:nativefier
이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요.
====== nativefier ====== * https://github.com/nativefier/nativefier * 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.txt
· 마지막으로 수정됨: 2022/07/20 23:50 저자
kwon37xi
문서 도구
문서 보기
이전 판
역링크
맨 위로