# blog **Repository Path**: icdong/blog ## Basic Information - **Project Name**: blog - **Description**: 前端:react + antd design 服务端:koa2 + mysql + sequelize - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-12 - **Last Updated**: 2022-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # blog 前端:react + antd + react-router + es6 + webpack + axios 服务端:koa2 + mysql + sequelize ## 博客前台 运行 ``` yarn start // npm start localhost:3000 ``` 打包 ``` yarn build // npm build ``` ### 实现功能 登录、分页、查询、标签列表、分类列表、收藏列表、文章列表、发布文章时间轴、文章访问次数统计、关于、回到顶部、博客适配移动端、后台适配移动端、后台对访问文章次数进行可视化、评论功能、渲染优化、打包优化、mobx 管理数据 更新所有依赖 yarn upgrade --latest yarn upgrade-interactive