We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e99573 commit 086c3dcCopy full SHA for 086c3dc
README.md
@@ -4,20 +4,16 @@
4
react + react-router + redux + immutable + less + ES6/7 + webpack + fetch
5
6
7
-## 下载
8
-
9
- git clone https://github.com/bailicangdu/pxq.git
10
11
- cd react-pxq
12
13
- npm install
14
15
16
## 运行(nodejs 6.0+)
+
17
```
18
- npm run dev (正常编译模式)
+ git clone https://github.com/bailicangdu/react-pxq.git
+ cd react-pxq
19
20
- npm run hot (热替换编译模式)
+ npm install
+ npm run dev (正常编译模式) 或 npm run hot (热替换编译模式) 二选其一
21
22
访问 http://localhost:8088
23
0 commit comments