我开始尝试使用nwjs(node-webkit)。 但我似乎做错了我在一个文件夹中有2个文件: index.html
<!DOCTYPE html>
<html>
<head>
<title>Hello Node Webkit</title>
</head>
<body>
<h1>Hello Node Webkit</h1>
</body>
</html>
的package.json
{
"name": "myapp.helloworldapp",
"version": "1.0.0",
"description": "A test app",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT"
}
我压缩了两个文件(我没有压缩文件夹),我将.zip的扩展名重命名为.nw但是当我尝试用nwjs应用程序打开它时没有任何反应。
我正在使用Mac工作,如果这可能与它有关吗?
答案 0 :(得分:0)
我会按照docs中列出的步骤进行操作。
从命令行: