1.這里需要使用到nodejs的環(huán)境,所以需要安裝nodejs,安裝非常簡(jiǎn)單,去nodejs的官網(wǎng) https://nodejs.org/en/ 下載崩溪,一直下一步就行
檢驗(yàn)安裝是否成功,cmd命令輸入如下命令,出現(xiàn)nodejs的版本號(hào)挺尾,說(shuō)明安裝成功
npm -v
2.使用npm安裝nativefier,這是一個(gè)star破萬(wàn)的開(kāi)源項(xiàng)目站绪,開(kāi)源地址 https://github.com/jiahaog/nativefier
npm install nativefier -g
3.安裝成功之后遭铺,這里我演示打包淘寶,當(dāng)然網(wǎng)站地址是任意的
注意:先轉(zhuǎn)到node的安裝目錄下的node_global文件夾下恢准,再執(zhí)行命令魂挂。
nativefier "https://www.taobao.com/?ali_trackid=2:mm_43125636_4246598_61100000221:1542771413_282_1827107666"
命名打包
nativefier --name "Some Awesome App" "http://medium.com"
-a, --arch <value>
Processor architecture, automatically determined based on the current OS. Can be overwritten by specifying either ia32, x64 or armv7l.
4.打包ok之后,會(huì)有一個(gè)APP-win32-x64的文件馁筐,我們打開(kāi)文件涂召,運(yùn)行app.exe
node的安裝目錄下的node_global文件夾下
我的是在D:\Software\nodejs\node_global\DataX - - CSDN-win32-x64目錄下面,找不到的可以搜一下文件名敏沉,打開(kāi)exe即可
設(shè)置適合系統(tǒng)的環(huán)境
--Window
nativefier --arch "x64" --platform "windows" --icon D:\temp\favicon.ico --name "WeiXin" https://wx.qq.com/ D:\temp\
--Linux
nativefier --arch "x64" --platform "windows" --icon /mnt/D/temp/favicon.ico --name "WeiXin" https://wx.qq.com/ /mnt/D/temp/