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