文章来源:将网页打包成桌面 app
以下是我的终端安装:
1.安装 Node.js
brew install node


2. 查看node 和 npm的版本
node -v
npm -v

3. 安装 nativefier
npm install nativefier -g

4.开始打包
nativefier "https://******.cn"

5.找到打包好的APP使用
把APP文件复制到应用程序中即可

文章来源:将网页打包成桌面 app
brew install node
node -v
npm -v
npm install nativefier -g
nativefier "https://******.cn"
把APP文件复制到应用程序中即可
本文标题:将网页打包成桌面 app
本文链接:https://www.haomeiwen.com/subject/itfwjltx.html
网友评论