LoginSignup
10
8

More than 5 years have passed since last update.

【メモ】ブラウザアプリをネイティブアプリ化する

Last updated at Posted at 2017-10-30

動機:よく使うブラウザアプリをネイティブアプリ(デスクトップアプリ)にしたい

ソース

NodeJSのインストール

リンク

・インストールが出来ているかの確認

$ node -v 

nativefierのインストール

$ sudo npm install nativefier -g 

アプリ化

$ nativefier --name " アプリ名 " " アプリ化したいウェブアプリのリンク "

$ nativefier --name "Messenger" "https://www.messenger.com/"

アプリの場所

/Users/ユーザー名/Net-darwin-x64
10
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
8