nebula/README.md

64 lines
1.6 KiB
Markdown
Raw Normal View History

2020-06-19 17:10:44 +08:00
# nebula
2020-08-07 10:49:32 +08:00
# vertical-ui
## 开发计划
2020-08-07 10:50:18 +08:00
## 已完成
2020-08-07 10:49:32 +08:00
- [x] 首页
- [x] 会员登录/注册
- [x] 文章发布/编辑/详情/删除
- [x] 个人主页
- [x] 找回密码
- [x] 用户管理
- [x] 角色/权限管理 (2019/12/05 21:52 更新)
2020-08-07 10:50:18 +08:00
- [x] 专题管理 (2019/12/05 21:52 更新)
- [x] 标签管理 (2019/12/26 00:11 更新)
- [x] 专题-标签管理 (2019/12/26 00:11 更新)
- [x] 用户-标签管理 (2019/12/26 00:11 更新)
- [x] 个人信息修改 (2020/01/09 14:20 更新)
- [ ] 消息系统
- [x] 系统公告 (2020/03/12 14:20 更新)
- [x] 回帖提醒 (2020/03/12 14:20 更新)
- [ ] 关注提醒 (2020/03/12 14:20 更新)
- [x] 评论系统 (2020/03/12 14:20 更新)
- [x] 我的草稿 (2020/03/16 00:20 更新)
- [x] 分享功能
- [x] 分享链接 (2020/03/16 12:20 更新)
- [x] 分享至微信 (2020/03/16 12:20 更新)
- [x] 作品集功能 (2020/04/14 21:20 更新)
- [x] SEO 优化
## 待完成
- [ ] 关注功能
- [ ] 关注用户
- [ ] 关注文章
- [ ] 关注主题
- [ ] 关注标签
- [ ] 数据统计
- [ ] 专题面板
- [ ] 标签面板
- [ ] 作品集生成电子书
## 构想
2020-08-07 10:49:32 +08:00
- [ ] 专业知识题库
- [ ] 社区贡献系统
- [ ] 会员系统
- [ ] 勋章系统
2020-06-19 17:10:44 +08:00
## Build Setup
```bash
# install dependencies
2020-08-07 10:49:32 +08:00
$ npm install
2020-06-19 17:10:44 +08:00
# serve with hot reload at localhost:3000
2020-08-07 10:49:32 +08:00
$ npm dev
2020-06-19 17:10:44 +08:00
# build for production and launch server
2020-08-07 10:49:32 +08:00
$ npm build
$ npm start
2020-06-19 17:10:44 +08:00
# generate static project
2020-08-07 10:49:32 +08:00
$ npm generate
2020-06-19 17:10:44 +08:00
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).