Skip to content

solerji/Blog-egg.js

Repository files navigation

blog-egg

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.

内容说明

本项目为个人博客的后台部分,开发模块分为管理平台和博客展示页面两部分。前端页面代码地址为,https://github.com/solerji/blogPage-vue.js

功能点:

1.博客展示页面:

支持文章展示

支持按标题查找文章

支持按标签查找文章

支持文章按时间轴展示

个人介绍页面支持更改

2.博客管理系统

支持管理者密码登录

支持文章在线编辑并存储

支持文章的增加,删除和修改

支持文章内容查看

博客部署位置

https://test.solerji.top

相关技术及用到的库和插件

前端部分: 主要框架:vue.js、 markdown编辑器:mavon-editor、 动画库:animate.css、 首页动画插件:vue-particle-line

后台部分: 核心框架:node.js、 express、egg 数据库:mysql、 日志管理:egg-scripts、 代理: nginx

Update log

2019-08-02 update firstPage Style, divide models

2019-08-26 update axios methods, change database from mongodb to mysql

2019-08-27 update article page styles

2019-08-28 update article interface

2019-08-29 update manage platform style

2019-09-04 fix article checked interface

2019-09-05 update article delete interface

2019-09-08 update timeline interface

2019-10-01--2019-11-01 change system model and fix bug

2019-11-26 Deployment system on the first time

2020-02-28 change new frame

About

使用egg.js改动后的博客后台

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published