# wechat_project **Repository Path**: connho/wechat_project ## Basic Information - **Project Name**: wechat_project - **Description**: wechat_project - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-05-19 - **Last Updated**: 2024-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 微信小程序id :wx30295783f89b50b2 云开发id : cloud1-6gdlotn92c22e76c 使用git进行版本管理和开发 仓库链接 https://gitee.com/connho/wechat_project.git 如果使用微信开发者程序git工具的话 参考博客: https://gitee.com/help/articles/4202#article-header0 https://cloud.tencent.com/developer/article/1617008 采用云开发 没有后台 用js css html进行编写 登录功能 登陆界面设计 新建页面 ceshi.wxml 模板文件 ceshi.js 业务逻辑 ceshi.wxss 样式 ceshi.json 页面配置 云开发相关: 参考博客:https://blog.csdn.net/kobepaul123/article/details/121132576 https://zhuanlan.zhihu.com/p/503653791 https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/database/init.html # 云开发 quickstart 这是云开发的快速启动指引,其中演示了如何上手使用云开发的三大基础能力: - 数据库:一个既可在小程序前端操作,也能在云函数中读写的 JSON 文档型数据库 - 文件存储:在小程序前端直接上传/下载云端文件,在云开发控制台可视化管理 - 云函数:在云端运行的代码,微信私有协议天然鉴权,开发者只需编写业务逻辑代码 ## 参考文档 - [云开发文档](https://developers.weixin.qq.com/miniprogram/dev/wxcloud/basis/getting-started.html)