Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 820 Bytes

File metadata and controls

31 lines (27 loc) · 820 Bytes

uni-app-fastapi

  • backend: fastapi 后端接口
  • src: uni-app 后端接口

安装依赖

yarn install

web页面运行

npm run serve    

微信小程序运行

npm run dev:mp-weixin

运行h5 页面

npm run dev:h5

运行阿里云小程序

npm run dev:mp-alipay

前端UI