## 项目地址
- 体验地址:[https://mlog.club](https://mlog.club)
- Github:[https://github.com/mlogclub/mlog](https://github.com/mlogclub/mlog)
## 本次更新内容
- 前后端分离,使用nuxt.js ( https://nuxtjs.org/ ) 渲染界面,Golang仅提供数据支撑。
## 功能简介
- 多用户博客
- 轻论坛
- 站内消息
- 站内收藏
- 机器人搜集公众号文章
- 用户登录、注册,支持 Github 账号登录
## 技术栈
- iris (https://github.com/kataras/iris) mvc 框架
- gorm (http://gorm.io/) orm 框架
- resty (https://github.com/go-resty/resty) 好用的 http-client
- cron (https://github.com/robfig/cron) 定时任务
- goquery(https://github.com/PuerkitoBio/goquery)html dom 元素解析
- Element-UI (https://element.eleme.cn) 饿了么开源的基于 vue.js 的前端库
- vditor (https://github.com/b3log/vditor) Markdown 编辑器