这是一个使用react + antd + react-router + issue + es6
的单页面静态博客,点击「馒头加梨子」查看博客。
此博客基于github issue
和github api
搭建。
将配置文件src/config/config.js
配置修改成自己的账号。
npm install
npm start
npm run build
- react@16.2.0
- react-scripts@1.1.1
- react-router-dom@4.2.2 -> 路由功能
- antd@3.2.2 -> ui搭建
- marked@0.3.16 -> markdown解析
- highlight.js@9.12.0 -> 高亮
- isomorphic-fetch@2.2.1 -> fetch
- babel-plugin-import@1.6.5 -> es6转换
-
增加博客加载进度条
-
增加标签,点击自动分类搜索
-
github登录 + 评论功能
-
component按需加载
-
使用redux重构
-
使用react native重构
-
加入后台服务端