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 945a256 commit 8e0e27aCopy full SHA for 8e0e27a
README.md
@@ -15,9 +15,11 @@ react + redux + immutable + less + scss + ES6/7 + webpack + fetch + react-router
15
16
## 运行(nodejs 6.0+)
17
```
18
- npm run dev (正常编译模式)
+ npm run dev (正常编译模式)
19
20
npm run hot (热替换编译模式)
21
+
22
+ 访问 http://localhost:8088
23
24
npm run dist (发布生产版本,对代码进行混淆压缩,提取公共代码,分离css文件)
25
package.json
@@ -37,6 +37,7 @@
37
"autoprefixer-loader": "^3.2.0",
38
"babel-core": "^6.18.2",
39
"babel-loader": "^6.2.8",
40
+ "babel-plugin-transform-class-properties": "^6.23.0",
41
"babel-plugin-transform-decorators-legacy": "^1.3.4",
42
"babel-preset-es2015": "^6.6.0",
43
"babel-preset-react": "^6.5.0",
0 commit comments