Skip to content

一个伙伴之间相互监督任务的轻平台

Notifications You must be signed in to change notification settings

GeniusFunny/TaskCom

Repository files navigation

TaskCompetition

一个伙伴之间相互监督任务的轻平台

目录

项目结构图

|── README.md
├── src
│   ├── main.js // 源代码的编译入口文件
│   ├── common // Sass目录、引入的js库(暂无)
│   ├── utils // 工具函数
│   ├── components // 组件
│   ├── api // ajax模块及后端接口
│   ├── components // 组件
│   └── pages // 页面
--- mock // mock服务

开发进展

当前为v1.3版

  • 项目搭建
  • 登录注册模块
  • 个人中心模块
  • 发现模块
  • 新建任务模块
  • 分享功能
  • 积分模块
  • 消息推送(v1.3)
  • 评分互动(v1.4)
  • 区块链(v2.0)

安装

克隆

$ git clone https://github.com/GeniusFunny/TaskCom.git

进入文件目录

$ cd TaskCom

运行

在微信开发者工具打开项目时,请选中项目内的/dist目录。因为dist目录里才是微信能识别的wxmlwxss

# 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

体验

gh_86f2f6598eb3_860.jpg

About

一个伙伴之间相互监督任务的轻平台

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published