diff --git a/.gitignore b/.gitignore index e052d17..0252a6e 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ pnpm-debug.log* YuJian-Blog开发日志.md Push时注意.md Test.http +YuJian-Blog-Server/db/config.js diff --git a/README.md b/README.md index 944c47e..f45463b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,15 @@ ### 基于Vue和Express的全栈博客系统。 +基础博客功能实现: + - [x] 基础的博客前端搭建 - [x] 基础的后端增删改查 - [x] 博客前端的数据获取 -- [ ] 实现富文本编辑 \ No newline at end of file +- [x] 实现富文本编辑 + +进阶功能实现: + +- [ ] 使用ECharts.js实现后台管理系统数据可视化 +- [ ] 使用Animes.js完善动画效果 + diff --git a/YuJian-Blog-Admin/package.json b/YuJian-Blog-Admin/package.json index 5c67908..9657ee1 100644 --- a/YuJian-Blog-Admin/package.json +++ b/YuJian-Blog-Admin/package.json @@ -23,7 +23,8 @@ "path-to-regexp": "2.4.0", "vue": "2.6.10", "vue-router": "3.0.6", - "vuex": "3.1.0" + "vuex": "3.1.0", + "wangeditor": "^4.6.3" }, "devDependencies": { "@babel/core": "7.0.0", diff --git a/YuJian-Blog-Admin/src/views/Article/ArticleCreate.vue b/YuJian-Blog-Admin/src/views/Article/ArticleCreate.vue index b74fbd3..12120df 100644 --- a/YuJian-Blog-Admin/src/views/Article/ArticleCreate.vue +++ b/YuJian-Blog-Admin/src/views/Article/ArticleCreate.vue @@ -1,11 +1,23 @@