update README.md

This commit is contained in:
x ronger 2020-08-07 10:49:32 +08:00
parent d1bc9eda54
commit 4588a25ef7

View File

@ -1,20 +1,48 @@
# nebula
# vertical-ui
## 开发计划
### 已完成
- [x] 首页
- [x] 会员登录/注册
- [x] 文章发布/编辑/详情/删除
- [x] 个人主页
- [x] 找回密码
- [x] 用户管理
- [x] 角色/权限管理 (2019/12/05 21:52 更新)
- [x] 专题管理 (2019/12/05 21:52 更新)
- [x] 标签管理 (2019/12/26 00:11 更新)
- [x] 专题-标签管理 (2019/12/26 00:11 更新)
- [x] 用户-标签管理 (2019/12/26 00:11 更新)
### 待完成
- [ ] 个人信息修改
- [ ] 消息系统
- [ ] 评论系统
- [ ] SEO 优化
- [ ] 分享功能
- [ ] 数据统计
### 构想
- [ ] 专业知识题库
- [ ] 社区贡献系统
- [ ] 会员系统
- [ ] 勋章系统
## Build Setup
```bash
# install dependencies
$ yarn install
$ npm install
# serve with hot reload at localhost:3000
$ yarn dev
$ npm dev
# build for production and launch server
$ yarn build
$ yarn start
$ npm build
$ npm start
# generate static project
$ yarn generate
$ npm generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).