{"id":1130,"date":"2018-07-29T22:16:28","date_gmt":"2018-07-29T14:16:28","guid":{"rendered":"http:\/\/170.106.148.50\/?p=1130"},"modified":"2018-08-01T09:27:25","modified_gmt":"2018-08-01T01:27:25","slug":"nw-js-%e6%89%93%e5%8c%85%e6%a1%8c%e9%9d%a2-exe-%e7%a8%8b%e5%ba%8f","status":"publish","type":"post","link":"https:\/\/www.195440.com\/1130","title":{"rendered":"nw.js \u6253\u5305\u684c\u9762 exe \u7a0b\u5e8f"},"content":{"rendered":"

NW.js \uff08\u539f\u540d node-webkit\uff09\u662f\u4e00\u4e2a\u57fa\u4e8e Chromium \u548c node.js \u7684\u5e94\u7528\u8fd0\u884c\u65f6\uff0c\u901a\u8fc7\u5b83\u53ef\u4ee5\u7528 HTML \u548c JavaScript \u7f16\u5199\u539f\u751f\u5e94\u7528\u7a0b\u5e8f\u3002\u5b83\u8fd8\u5141\u8bb8\u60a8\u4ece DOM \u8c03\u7528 Node.js \u7684\u6a21\u5757 \uff0c\u5b9e\u73b0\u4e86\u4e00\u4e2a\u7528\u6240\u6709 Web \u6280\u672f\u6765\u5199\u539f\u751f\u5e94\u7528\u7a0b\u5e8f\u7684\u65b0\u7684\u5f00\u53d1\u6a21\u5f0f\u3002<\/p>\n

\uff081\uff09\u4ee5\u7f51\u7edc\u6700\u6d41\u884c\u7684\u6280\u672f\u7f16\u5199\u539f\u751f\u5e94\u7528\u7a0b\u5e8f\u7684\u65b0\u65b9\u6cd5<\/p>\n

\uff082\uff09\u57fa\u4e8eHTML5, CSS3, JS and WebGL\u800c\u7f16\u5199<\/p>\n

\uff083\uff09\u5b8c\u5168\u652f\u6301nodejs\u6240\u6709api\u53ca\u7b2c\u4e09\u65b9\u6a21\u5757<\/p>\n

\uff084\uff09\u53ef\u4ee5\u4f7f\u7528DOM\u76f4\u63a5\u8c03\u7528nodejs\u6a21\u5757<\/p>\n

\uff085\uff09\u5bb9\u6613\u6253\u5305\u548c\u5206\u53d1<\/p>\n

\uff086\uff09\u652f\u6301\u8fd0\u884c\u73af\u5883\u5305\u62ec32\u4f4d\u548c64\u4f4d\u7684Window\u3001Linux\u548cMac OS<\/p>\n

\u4e00\u3001\u4e0b\u8f7dnw<\/strong><\/p>\n

1.\u4e0b\u8f7d NW.js\uff08\u5b98\u7f51\uff1a<\/strong>http:\/\/nwjs.io\/<\/strong><\/a>\uff09<\/strong><\/p>\n

https:\/\/nwjs.io\/downloads\/<\/a><\/p>\n

\u4e8c\u3001\u914d\u7f6e package.json \u6587\u4ef6<\/strong><\/p>\n

{\r\n \"name\": \"nw-demo\",\r\n \"version\": \"0.0.1\",\r\n \"main\": \"index.html\"\r\n}\r\n<\/code><\/pre>\n

\u66f4\u591a\u7684\u53ef\u7528\u5982\u4e0b\uff1a<\/p>\n

{\r\n \"main\": \"app\/index.html\", \r\n \"name\": \"WeixinMenuEditor\",\r\n \"description\": \"\u4f7f\u7528nw.js\u5c01\u88c5\u7684\u4e00\u4e2a\u5fae\u4fe1\u516c\u4f17\u53f7\u83dc\u5355\u7f16\u8f91\u5668App\",\r\n \"version\": \"0.0.1\",\r\n \"keywords\": [ \"\u5fae\u4fe1\", \"\u83dc\u5355\u7f16\u8f91\u5668\" ], \r\n \"window\": {\r\n \"title\": \"\u5fae\u4fe1\u83dc\u5355\u7f16\u8f91\u5668\",\r\n \"icon\": \"app\/static\/img\/weixin_logo.jpg\",\r\n \"toolbar\": true,\r\n \"frame\": true,\r\n \"width\": 1008,\r\n \"height\": 750,\r\n \"position\": \"center\",\r\n \"min_width\": 400,\r\n \"min_height\": 200\r\n },\r\n \"webkit\": {\r\n \"plugin\": true,\r\n \"java\": false,\r\n \"page-cache\": false\r\n },\r\n \"chromium-args\" :\"-allow-file-access-from-files\"\r\n}\r\n<\/code><\/pre>\n
\n
  • title : \u5b57\u7b26\u4e32\uff0c\u8bbe\u7f6e\u9ed8\u8ba4 title\u3002<\/li>\n
  • width\/height : \u4e3b\u7a97\u53e3\u7684\u5927\u5c0f\u3002<\/li>\n
  • toolbar : bool \u503c\u3002\u662f\u5426\u663e\u793a\u5bfc\u822a\u680f\u3002<\/li>\n
  • icon : \u7a97\u53e3\u7684 icon\u3002<\/li>\n
  • position :\u5b57\u7b26\u4e32\u3002\u7a97\u53e3\u6253\u5f00\u65f6\u7684\u4f4d\u7f6e\uff0c\u53ef\u4ee5\u8bbe\u7f6e\u4e3a\u201cnull\u201d\u3001\u201ccenter\u201d\u6216\u8005\u201cmouse\u201d\u3002<\/li>\n
  • min_width\/min_height : \u7a97\u53e3\u7684\u6700\u5c0f\u503c\u3002<\/li>\n
  • max_width\/max_height : \u7a97\u53e3\u663e\u793a\u7684\u6700\u5927\u503c\u3002<\/li>\n
  • resizable : bool \u503c\u3002\u662f\u5426\u5141\u8bb8\u8c03\u6574\u7a97\u53e3\u5927\u5c0f\u3002<\/li>\n
  • always-on-top : bool \u503c\u3002\u7a97\u53e3\u7f6e\u9876\u3002<\/li>\n
  • fullscreen : bool \u503c\u3002\u662f\u5426\u5168\u5c4f\u663e\u793a\u3002<\/li>\n
  • show_in_taskbar : \u662f\u5426\u5728\u4efb\u52a1\u680f\u663e\u793a\u56fe\u6807\u3002<\/li>\n
  • frame : bool \u503c\u3002\u5982\u679c\u8bbe\u7f6e\u4e3a false\uff0c\u7a0b\u5e8f\u5c06\u65e0\u8fb9\u6846\u663e\u793a\u3002<\/li>\n
  • “chromium-args” :”-allow-file-access-from-files” \u76f8\u5f53\u4e8e\u7ed9\u8c37\u6b4c\u6d4f\u89c8\u5668\u6dfb\u52a0\u542f\u52a8\u53c2\u6570\u4e00\u6837\uff0c\u8fd9\u884c\u4ee3\u7801\u5141\u8bb8angularjs\u76f4\u63a5\u8bbf\u95ee\u672c\u5730json\u6587\u4ef6\u3002<\/li>\n<\/ul>\n

    \u4e09\u3001\u751f\u6210exe<\/strong><\/p>\n

    \u5c06html\u9879\u76ee\u538b\u7f29\u6210zip\uff0c\u5e76\u6539\u540d\u4e3anw,\u8f93\u5165\u4ee5\u4e0b\u547d\u4ee4<\/p>\n

    copy \/b nw.exe+app.nw firstApp.exe<\/p>\n","protected":false},"excerpt":{"rendered":"

    NW.js \uff08\u539f\u540d node-webkit\uff09\u662f\u4e00\u4e2a\u57fa\u4e8e Chromium \u548c node.js \u7684\u5e94\u7528\u8fd0\u884c\u65f6\uff0c\u901a\u8fc7\u5b83\u53ef\u4ee5\u7528 HTML \u548c JavaScript \u7f16\u5199\u539f\u751f\u5e94\u7528\u7a0b\u5e8f\u3002\u5b83\u8fd8\u5141\u8bb8\u60a8\u4ece DOM \u8c03\u7528 Node.js \u7684\u6a21\u5757 \uff0c\u5b9e\u73b0\u4e86\u4e00\u4e2a\u7528\u6240\u6709 Web \u6280\u672f\u6765\u5199\u539f\u751f\u5e94\u7528\u7a0b\u5e8f\u7684\u65b0\u7684\u5f00\u53d1\u6a21\u5f0f\u3002 \uff081\uff09\u4ee5\u7f51\u7edc\u6700\u6d41\u884c\u7684\u6280\u672f\u7f16\u5199\u539f\u751f\u5e94\u7528\u7a0b\u5e8f\u7684\u65b0\u65b9\u6cd5 \uff082\uff09\u57fa\u4e8eHTML5, CSS3, JS and WebGL\u800c\u7f16\u5199 \uff083\uff09\u5b8c\u5168\u652f\u6301nodejs\u6240\u6709api\u53ca\u7b2c\u4e09\u65b9\u6a21\u5757 \uff084\uff09\u53ef\u4ee5\u4f7f\u7528DOM\u76f4\u63a5\u8c03\u7528nodejs\u6a21\u5757 \uff085\uff09\u5bb9\u6613\u6253\u5305\u548c\u5206\u53d1 \uff086\uff09\u652f\u6301\u8fd0\u884c\u73af\u5883\u5305\u62ec32\u4f4d\u548c64\u4f4d\u7684Window\u3001Linux\u548cMac …<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/www.195440.com\/wp-json\/wp\/v2\/posts\/1130"}],"collection":[{"href":"https:\/\/www.195440.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.195440.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.195440.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.195440.com\/wp-json\/wp\/v2\/comments?post=1130"}],"version-history":[{"count":8,"href":"https:\/\/www.195440.com\/wp-json\/wp\/v2\/posts\/1130\/revisions"}],"predecessor-version":[{"id":1217,"href":"https:\/\/www.195440.com\/wp-json\/wp\/v2\/posts\/1130\/revisions\/1217"}],"wp:attachment":[{"href":"https:\/\/www.195440.com\/wp-json\/wp\/v2\/media?parent=1130"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.195440.com\/wp-json\/wp\/v2\/categories?post=1130"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.195440.com\/wp-json\/wp\/v2\/tags?post=1130"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}