-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Break changes: namespace, reducers, effects and subscriptions #42
Conversation
升级文档
|
4a9fa60
to
c304325
Compare
根据dva-cli创建了项目,dva -v时结果为0.7.8,问下怎么升级到1.2。 |
0.7.8 是 dva-cli 的版本,dva 的版本要看 package.json 中的 dva 依赖。 |
用什么命令来统一更新本地已创建好的框架? |
用 diff 格式来写 before 和 after 的代码变化。 ...才发现这是 8 月份的改动。 |
@afc163 DONE |
请问如何改端口号呢??? |
我想问下以下命令的详细清单或教程在哪能找到 以下都是百度的 应该不全 |
执行dva new 命令到node install 这里就卡住了。 半天没动静。dva 0.7.8 |
@TBoyLi 全局安装个 cnpm 试试。 |
dva的其他版本号哪里可以看到? |
TODO
dva/effects
接口,通过 effect 函数的第二个参数传入 (put 被封装)app.start
,app.start
的配置信息移到dva()
里onAction
支持数组格式Example