在github上浪的时候发现一款开源库,可以直接将任意的网站打包为webapp。具体的操作步骤如下:
- 安装node.js环境
- 使用npm安装nativefier库;
npm install nativefier -g
3.使用nativefier将你的网站封装为webapp。
nativefier "https://bigjun2017.github.io/"
4.最终的执行成果如下:
在github上浪的时候发现一款开源库,可以直接将任意的网站打包为webapp。具体的操作步骤如下:
npm install nativefier -g
3.使用nativefier将你的网站封装为webapp。
nativefier "https://bigjun2017.github.io/"
4.最终的执行成果如下:
Reprint please specify: Blog4Jun 使用nativefier将web打包为WebApp