Skip to content

Commit 864cff3

Browse files
committed
change hot css
2 parents 29011a3 + 8d0ef67 commit 864cff3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
## 前言
2+
23
>  *本项目主要理解 react 和 redux 的原理,以及 react + redux 之间的配合方式
34
45
> *如果觉得不错的话,欢迎 star frok 😊
56
7+
>  * 我的另外一个开源项目 vue2 + vuex 重写饿了么webapp 已经接近完成了,喜欢vue的朋友赶紧去看看。
8+
9+
10+
## 演示
11+
12+
http://dev.fe.ptdev.cn/pxq/[http://dev.fe.ptdev.cn/pxq/]
13+
614
## 技术栈:
715

816
react + redux + immutable + less + scss + ES6/7 + webpack + fetch + react-router按需加载 + react-transform热替换 + webpack-dev-server + http-proxy-middleware

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
<meta http-equiv="Cache" content="no-cache">
1616
<title>葡星圈</title>
1717
<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">
2019
</head>
2120

2221
<body>

0 commit comments

Comments
 (0)