-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b703b5b
commit a2c0590
Showing
1 changed file
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,6 @@ | ||
# 云开发 quickstart | ||
# 丁当清单 | ||
|
||
这是云开发的快速启动指引,其中演示了如何上手使用云开发的三大基础能力: | ||
基于微信小程序的每日清单打卡功能小程序 | ||
|
||
- 数据库:一个既可在小程序前端操作,也能在云函数中读写的 JSON 文档型数据库 | ||
- 文件存储:在小程序前端直接上传/下载云端文件,在云开发控制台可视化管理 | ||
- 云函数:在云端运行的代码,微信私有协议天然鉴权,开发者只需编写业务逻辑代码 | ||
|
||
## 参考文档 | ||
|
||
- [云开发文档](https://developers.weixin.qq.com/miniprogram/dev/wxcloud/basis/getting-started.html) | ||
|