0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

NW.js

Last updated at Posted at 2021-02-06

Download

nwjs-v0.14.7-win-ia32
app\
  index.html
  package.json

という構成にしてファイルの準備

ファイル

package.json
{
  "name": "app1",
  "version": "0.0.1",
  "main": "index.html"
}
index.html
<a href="https://qiita.com"> qiita.com </a>

実行

実行
cd nwjs-v0.14.7-win-ia32

nw ../app

キャプチャ.PNG

(チラシの裏)

  • 既存のWEBアプリを見せる場合、Electronより書き換える箇所が少なくてすむかも。
  • XPでも動く
    • しかしjsが古くて利用できない命令もある。XPは切り捨てて最新バージョンを使用するのが吉。
    • XP版だと、window.open()でウィンドウサイズの指定が効かなかった(?)
    • 最新版(v0.51 or v0.52beta)で、最新chromeでは動くjsが動かなったので書き換えがいくつか必要っぽい。(もしくは通信速度の問題かも。要確認)
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?