Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lincenying/mmf-blog-react-v2
mmf-blog react v2版 (react,react-router,redux,immutable)
https://github.com/lincenying/mmf-blog-react-v2
immutablejs mmf-blog react react-router redux webpack2
Last synced: 4 days ago
JSON representation
mmf-blog react v2版 (react,react-router,redux,immutable)
- Host: GitHub
- URL: https://github.com/lincenying/mmf-blog-react-v2
- Owner: lincenying
- Archived: true
- Created: 2017-02-19T15:22:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T13:27:25.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T13:31:30.561Z (3 months ago)
- Topics: immutablejs, mmf-blog, react, react-router, redux, webpack2
- Language: JavaScript
- Homepage:
- Size: 2.55 MB
- Stars: 10
- Watchers: 5
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mmf-blog react v2版
demo: [http://react.mmxiaowu.com](http://react.mmxiaowu.com)
#### 说明
本站采用 React, React-Router v4, Redux 搭建, 分成前台和后台
主要功能包括: 管理员, 用户, 分类, 文章, 评论, 文章点赞
主要技术栈: react, react-router v4, redux, immutable, webpack, babel, eslint
---
#### 其他版本
react spa版本: [https://github.com/lincenying/mmf-blog-react-v2](https://github.com/lincenying/mmf-blog-react-v2)
vue2 spa版本: [https://github.com/lincenying/mmf-blog-vue2](https://github.com/lincenying/mmf-blog-vue2)
vue2 ssr版本: [https://github.com/lincenying/mmf-blog-vue2-ssr](https://github.com/lincenying/mmf-blog-vue2-ssr)
---
先安装 api server:
koa2版: https://github.com/lincenying/mmf-blog-api-koa2-v2
express版: https://github.com/lincenying/mmf-blog-api-v2
```bash
# 1. 安装依赖 (不要用 cnpm 安装)
npm install or yarn# 2.1 生成静态文件
npm run build# 2.2 开发模式
npm run serve or npm run start```
首页
http://localhost:8031管理员登录
http://localhost:8031/backend# LICENSE
MIT