Skip to content

1730933627/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YanLin-Blog

Vue.js+Python+Mysql的前后端分离的个人博客

主要技术构成

前端主要技术栈为Vue.js,Axios,Jquery等···

后端主要技术栈为Python,Flask

数据库主页为MySQL

目录

博客功能

前台页面

  • Home 主页
  • News 新闻页
  • Biography 博客时间线
  • Download 视频下载页
  • Contsat 收集表单页
  • About 关于我
  • 404 错误页面

后端API

  • index 发送接收页

效果展示

主页 主页

新闻页 新闻页

时间线 时间线

下载页 下载页

收集表单 收集表单页

关于 关于页

文件目录

├─README.md 
│ .gitignore 
│
├─API
│  │
│  ├─index.py       主要Flask模块
│  ├─LinkData.py    连接数据库模块
│  ├─SendEmail.py   发送邮件模块
│  ├─Get_music.py   获取音乐模块
│  └─Process.py     处理Json信息模块
│
├─Web
│  │
│  ├─index.html     主页
│  ├─404.html       错误页
│  ├─css            样式表文件夹
│  ├─html           子页面文件夹
│  ├─img            静态图片文件夹
│  ├─js             JS应用文件夹
│  └─live2d         Live2D应用
│
└─End

TODO

  • 简化webpack配置
  • 添加BEM代码规范。
  • 重构代码

License

YanLin's Blog

About

YanLinn の Blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors