web项目打包成桌面应用
- 下载:
git clone https://github.com/dollarphper/desktop.git
- 把项目文件放到src目录:
- 打包成立即执行文件:
npm run package
- 打包成安装文件:
npm run dist
当前文章:web项目打包成桌面应用
标题来源:http://jxruijie.cn/article/jheshs.html
git clone https://github.com/dollarphper/desktop.git
npm run package
npm run dist