File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
## 前言
2
+
2
3
> * 本项目主要理解 react 和 redux 的原理,以及 react + redux 之间的配合方式
3
4
4
5
> * 如果觉得不错的话,欢迎 star frok 😊
5
6
7
+ > * 我的另外一个开源项目 vue2 + vuex 重写饿了么webapp 已经接近完成了,喜欢vue的朋友赶紧去看看。
8
+
9
+
10
+ ## 演示
11
+
12
+ http://dev.fe.ptdev.cn/pxq/[http://dev.fe.ptdev.cn/pxq/ ]
13
+
6
14
## 技术栈:
7
15
8
16
react + redux + immutable + less + scss + ES6/7 + webpack + fetch + react-router按需加载 + react-transform热替换 + webpack-dev-server + http-proxy-middleware
Original file line number Diff line number Diff line change 15
15
< meta http-equiv ="Cache " content ="no-cache ">
16
16
< title > 葡星圈</ title >
17
17
< script type ="text/javascript " src ='http://res.wx.qq.com/open/js/jweixin-1.0.0.js '> </ script >
18
- <!-- <link href="/pxq/dist/app.css" rel="stylesheet"> -->
19
- <!-- 热替换模式下去掉引用app.css,其他模式下必须引用 -->
18
+ < link href ="/pxq/dist/app.css " rel ="stylesheet ">
20
19
</ head >
21
20
22
21
< body >
You can’t perform that action at this time.
0 commit comments