Git Product home page Git Product logo

weapp-24time's Introduction

weapp-24time

微信小程序 社区系统全栈解决方案

egg-24time

社区后端使用Egg,Mysql,Redis,基于Nodejs开发,全套代码使用ES6编写

weapp-24time

微信小程序端


本示例包含:

  1. 微信小程序登录示例
  2. 进行带会话的网络请求示例
  3. 基于腾讯云COS上传图片或文件的示例
  4. 发送帖子,点赞,举报,删除帖子示例

源码简介

app.js 是小程序入口文件。

app.json 是小程序的微信配置。

config.js 是我们小程序自己的业务配置。

文件目录:

Demo
├── LICENSE
├── README.md
├── app.js
├── app.json
├── bower.json
├── config.js
├── package.json
├── pages
│   ├── school      分类页面
│   ├── post        帖子详情页面
│   ├── publish     发布页面
│   └── index       首页
│  
├── utils
│   ├── api.js      后端接口数据处理中心
│   ├── lru.js      临时缓存淘汰算法
│   ├── misc.js     各类功能函数集合
│   ├── retry.js    请求失败重试插件
│   ├── request.js  各类微信接口异步定义
│   └── timeago.js  仿微博时间处理插件
│
├── images          图片文件夹
└── vendor
    └── qcloud-weapp-client-sdk/    腾讯云微信小程序SDK

截图

Credits && Inspiration

腾讯云微信小程序客户端 SDK

微信小程序会话管理-客户端

WeCOS-UGC-DEMO资源上传示例

感谢以上项目的一些参考和启发

LICENSE

MIT

Please Open Issues if you have troubles.

weapp-24time's People

Contributors

seasonstar avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.