资源说明:nwjs的运行与打包
nwjsDemo
-index.html
-package.json
<html>
<head>
<meta charset="utf-8" />
<title>我的nwjs示例</title>
</head>
<body >
你好,中国
</body> </html> { "main": "index.html", "name": "我的nwjs示例", "nodejs": true, "single-instance": true, "window": { "title": "我的nwjs示例", "width": 1000, "height": 500, "position": "center", "min_width": 0, "min_height": 0, "max_width": 0, "max_height": 0, "resizable": true, "always_on_top": false, "fullscreen": false, "show_in_taskbar": true, "frame": true, "show": true, "transparent": false, "kiosk": false }, "webkit": { "plugin": false, "page-cache": false } }
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。