python+vue的windows桌面应用实现方式


一、前言

1.阅读以下文章的必备知识

  1. 会使用 vue 编写项目
  2. 会使用 electron 将 vue 项目打包成 exe【参考文章】
  3. 会使用 python 的 fastpai 编写服务【参考文章】
  4. 会使用 pyinstaller 将 fastapi 项目打包成 exe【打包注意事项1】

猜你喜欢

转载自blog.csdn.net/weixin_43721000/article/details/128629382