Skip to content

v1.0.4

Choose a tag to compare

@hk029 hk029 released this 01 Jul 12:29

新增

  • --server 参数,支持选择后端:go (Fiber) / python (FastAPI)
  • Python FastAPI 模板:FastAPI + uvicorn + 自动 API 文档

用法

npm create miniprogram-scaffold my-app --server python
npm create miniprogram-scaffold my-app --server go