This project was generated with Angular CLI version 8.3.19.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.
创建博文删除博文需要后端配合测试编辑博文登录/注册,管理员和用户个人中心(支持更改用户名和密码)需要后端配合测试统计阅读数点赞评论(用户只可评论文章,不可互相回复)显示阅读、点赞和评论数增加标签功能(最多5个)增加分类功能(最多1个)按照分类筛选- 按照 阅读数/点赞数/评论数/时间 倒序排列 (需要后端配合完成)
搜索功能(空格分割关键字,优先匹配标签和分类,然后是正文)博文支持Markdown语法及代码语法高亮
暂时不做的: 14. 管理员个人中心显示网站统计信息(请求数等等?) 15. 管理员个人中心可禁言用户并显示禁言用户列表