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