web项目打包成桌面应用
更新:HHH   时间:2023-1-7


  1. 下载:
    git  clone  https://github.com/dollarphper/desktop.git
  2. 把项目文件放到src目录:

  3. 打包成立即执行文件:
    npm  run  package
  4. 打包成安装文件:
    npm  run  dist
返回web开发教程...