From 4588a25ef763dfb8f1ddf01d1adc5c672088f878 Mon Sep 17 00:00:00 2001 From: x ronger Date: Fri, 7 Aug 2020 10:49:32 +0800 Subject: [PATCH] update README.md --- README.md | 38 +++++++++++++++++++++++++++++++++----- 1 file changed, 33 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 503f898..a38a6fc 100644 --- a/README.md +++ b/README.md @@ -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).