个人博客管理体系源码
技术栈后端技术栈:egg.js + mysql + sequelize + jwt 等
前端技术栈:vue全家桶 + axios + elementUI + markdown编辑器等
前端项目地址:https://github.com/caiheping/vue-cms
项目运行
git clone https://github.com/caiheping/egg-cms.git
# 如果clone 很慢,也可以拉码云的仓库
git clone https://gitee.com/caiheping/egg-cms.git
cd egg-cms
npm install
然后修改config/config.default.js和database/config.json(这个改不改都行)下本身的数据库用户名和密码
创建数据库egg_cms_development
在egg_cms_development数据库下导入项目根目录下egg_cms_development.sql文件
运行项目
npm run dev
欣赏器打开 http://127.0.0.1:7001/index.html
admin登录账号:admin,密码: 123456 普通用户账号密码本身用admin去用户管理创建
演示地址:http://blog.caihp.top (本身服务器只开放部分功能,想要查看全部功能,请copy代码在本身的电脑上看)
用户名: test
密码:123456
项目功能
登录 -- 完成
首页 -- 去我的博客
文章列表 -- 增编削查
文章类型 -- 增编削查
用户中心 -- 增编削查
脚色管理 -- 增编削查
菜单管理 -- 增编削查
部门管理 -- 增编削查
关照公告 -- 增编削查
头像上传 -- 完成
我的博客前端界面(知道地址后无需登录就可以进入)
界面截图
https://p6.toutiaoimg.com/large/pgc-image/3e61e55f9ec1438e84a3d463d62f6259
https://p26.toutiaoimg.com/large/pgc-image/703870da74c04a4a8940680fa8e6ac04
https://p6.toutiaoimg.com/large/pgc-image/77652d0e4f7d409aa9f884477297f482
https://p26.toutiaoimg.com/large/pgc-image/3c7c4622a71845b0b2f4a76a97805fcc
https://p5.toutiaoimg.com/large/pgc-image/e4bbd18352444cd395b63de034feb174
https://p3.toutiaoimg.com/large/pgc-image/96003b6a8b7d488ea4dd7652763633a3
https://p6.toutiaoimg.com/large/pgc-image/d4f740d4890e453890319c5ee33584e3
https://p6.toutiaoimg.com/large/pgc-image/685df05e07a24fef9caf6ddb3404236a
https://p6.toutiaoimg.com/large/pgc-image/7259807d92f8443fb15856460237af18
https://p6.toutiaoimg.com/large/pgc-image/78a510f7951a402cbee95850ef0c2d91
https://p26.toutiaoimg.com/large/pgc-image/6b4db4dcff64418b89cd83d290fe2515
https://p3.toutiaoimg.com/large/pgc-image/a49bc1790b8d4cdcb2feba309b7c5597
传送门:前端vue3 + 后端egg项目地址:https://github.com/caiheping/oa-api 或者 https://gitee.com/caiheping/oa-api
页:
[1]