Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/summerblue/larabbs-weapp
https://github.com/summerblue/larabbs-weapp
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/summerblue/larabbs-weapp
- Owner: summerblue
- Created: 2018-03-06T07:52:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T16:06:21.000Z (over 2 years ago)
- Last Synced: 2024-10-29T23:35:12.625Z (22 days ago)
- Language: CSS
- Size: 532 KB
- Stars: 65
- Watchers: 9
- Forks: 54
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wepy - larabbs-weapp:使用 wepy 开发的论坛类小程序,对接 Laravel 开发的 REST 风格接口
README
## 项目概述
* 产品名称:LaraBBS-WEAPP
* 项目代号:larabbs-weappLaraBBS 是一个简洁的论坛应用,使用 Laravel5.5 编写而成。一步步开发此项目的教程请见 [《Web 开发实战进阶 - 从零开始构建论坛系统》](https://laravel-china.org/topics/6592)。LaraBBS-WEAPP 是利用 LaraBBS 接口实现的小程序,教程请见 [《Laravel 微信小程序开发》](https://laravel-china.org/courses/laravel-weapp)
## 在线体验
## 功能如下
- 用户认证 —— 注册、登录、退出;
- 个人页面 —— 用户个人信息,编辑资料,上传头像;
- 用户授权 —— 作者才能删除自己的内容;
- 话题 —— 列表,详情,删除;
- 话题回复 —— 列表,发布,删除;
- 消息通知 —— 轮训显示消息提示,消息列表,标记已读;
- 用户权限;
- 页面分享;## 运行环境要求
- WePY 1.7+
## 开发环境部署/安装
本项目代码使用 WePY 框架 [WePY](https://github.com/Tencent/wepy) 开发
### 基础安装
#### 1. 克隆源代码
克隆 `larabbs-weapp` 源代码到本地:
> git clone [email protected]:summerblue/larabbs-weapp.git
#### 2. 安装扩展包依赖
```
> yarn
> yarn global add wepy-cli
```#### 3. 编译
```
> npm run build
```