體驗NW.js打包一個桌面應用
1.安裝nw,(也可在官網下載然后配置變量) 一個最最簡單的nw應用,只需要有index.html和package.json文件即可 2.項目准備,目錄結構 app文件夾 +----index.html +----package.json index.html ...
1.安裝nw,(也可在官網下載然后配置變量) 一個最最簡單的nw應用,只需要有index.html和package.json文件即可 2.項目准備,目錄結構 app文件夾 +----index.html +----package.json index.html ...
1.node-webkit是什么? NW.js is an app runtime based on Chromium and node.js. You can write native apps in HTML and JavaScript with NW ...