婚礼邀请函小程序

婚礼邀请函小程序

婚礼小程序

编码不易,感谢github留下您的star

https://github.com/wforguo/wedding-app


基础


技术点

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

    1. 云开发入口
      云开发入口
    1. 数据库配置
      云开发

说明

小程序分为五个模块

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

体验码如下:

体验码


github地址

githu:https://github.com/wforguo/wedding-app

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

个人站点:https://www.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

编码不易,感谢github留下您的star

https://github.com/wforguo/wedding-app

扫描二维码关注公众号,回复: 11376752 查看本文章

感谢各位老板请喝奶茶

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/WEIGUO19951107/article/details/88411078