Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c10342/wx-music
慕课网学习课程—微信小程序云开发
https://github.com/c10342/wx-music
Last synced: 4 days ago
JSON representation
慕课网学习课程—微信小程序云开发
- Host: GitHub
- URL: https://github.com/c10342/wx-music
- Owner: c10342
- Created: 2019-09-23T14:01:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T03:25:06.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T00:57:27.651Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
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)