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 b20729d commit a803265Copy full SHA for a803265
README.md
@@ -68,8 +68,6 @@
68
请分别 `git clone`,打开**两个**命令窗口( Windows 下推荐使用 `Cygwin / Git Bash`)**分别**切换到两者的目录下
69
分别敲下 `npm install` 安装依赖(为避免 Windows 下 npm 2.x 的软链接问题,可加上 `--no-bin-link` 完全解构所有依赖)
70
71
-最后需要全局安装跨平台环境变量配置器:`npm i cross-env -g`
72
-
73
### <a name="start">⊙ 启动</a>
74
先后在 `msg-board-api`、`react-demo` 的命令窗口下,敲下 `npm start`
75
如无意外,默认浏览器就会自动打开 `localhost:9090`,您立即可以看到效果
package.json
@@ -38,6 +38,7 @@
38
"clean-webpack-plugin": "^0.1.13",
39
"connect-history-api-fallback": "^1.1.0",
40
"copy-webpack-plugin": "^4.0.1",
41
+ "cross-env": "^3.2.4",
42
"css-loader": "^0.23.0",
43
"eslint": "^1.10.3",
44
"eslint-friendly-formatter": "^1.2.2",
0 commit comments