一个伙伴之间相互监督任务的轻平台
|── 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
目录里才是微信能识别的wxml
和wxss
。
# 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