Skip to content

Commit 086c3dc

Browse files
authored
Update README.md
1 parent 0e99573 commit 086c3dc

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,16 @@
44
react + react-router + redux + immutable + less + ES6/7 + webpack + fetch
55

66

7-
## 下载
8-
9-
git clone https://github.com/bailicangdu/pxq.git
10-
11-
cd react-pxq
12-
13-
npm install
14-
15-
167
## 运行(nodejs 6.0+)
8+
179
```
18-
npm run dev (正常编译模式)
10+
git clone https://github.com/bailicangdu/react-pxq.git
11+
12+
cd react-pxq
1913
20-
npm run hot (热替换编译模式)
14+
npm install
15+
16+
npm run dev (正常编译模式) 或 npm run hot (热替换编译模式) 二选其一
2117
2218
访问 http://localhost:8088
2319

0 commit comments

Comments
 (0)