婚礼邀请函小程序

基于微信小程序的婚礼邀请函


基础


技术点

小程序使用了云开发和云函数,所以就没有后台的什么事了
相册、留言等数据都是使用云开发,云数据库来存储,
所以在开发前务必学习和掌握小程序的云开发,
在clone项目之后需要开通小程序的云开发功能,
并且去开发者工具的云开发去创建属于自己的数据库,
然后创建对应的表并赋予对应的权限(学过数据库的很好懂的)

    1. 云开发入口
      婚礼邀请函小程序
    1. 数据库配置
      婚礼邀请函小程序

说明

小程序分为五个模块

  1. 邀请函
  2. 相册
  3. 地图
  4. 祝福
  5. 留言

体验码如下:

婚礼邀请函小程序


github地址

githu:https://github.com/forguos/wedding

个人博客:https://blog.csdn.net/WEIGUO19951107

个人站点:https://f2e.forguo.com


Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

相关文章:

  • 2021-10-20
  • 2021-08-29
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-07
  • 2022-02-17
猜你喜欢
  • 2022-12-23
  • 2021-09-26
  • 2022-01-20
  • 2021-11-01
  • 2022-02-20
  • 2021-09-27
  • 2022-02-04
相关资源
相似解决方案