https://github.com/kscript/news
使用Taro开发的一个用于阅读/评论新闻的微信小程序
https://github.com/kscript/news
cloudfunction taro typescript weapp weapp-demo
Last synced: 6 months ago
JSON representation
使用Taro开发的一个用于阅读/评论新闻的微信小程序
- Host: GitHub
- URL: https://github.com/kscript/news
- Owner: kscript
- Created: 2020-04-19T12:26:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T05:57:51.000Z (over 5 years ago)
- Last Synced: 2025-01-14T21:00:44.466Z (12 months ago)
- Topics: cloudfunction, taro, typescript, weapp, weapp-demo
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 云开发 quickstart
这是云开发的快速启动指引,其中演示了如何上手使用云开发的三大基础能力:
- 数据库:一个既可在小程序前端操作,也能在云函数中读写的 JSON 文档型数据库
- 文件存储:在小程序前端直接上传/下载云端文件,在云开发控制台可视化管理
- 云函数:在云端运行的代码,微信私有协议天然鉴权,开发者只需编写业务逻辑代码
## 参考文档
- [云开发文档](https://developers.weixin.qq.com/miniprogram/dev/wxcloud/basis/getting-started.html)