Break changes: namespace, reducers, effects and subscriptions#42
Merged
Conversation
Member
Author
升级文档
|
sorrycc
force-pushed
the
break-changes
branch
9 times, most recently
from
August 22, 2016 10:49
4a9fa60 to
c304325
Compare
|
根据dva-cli创建了项目,dva -v时结果为0.7.8,问下怎么升级到1.2。 |
Member
Author
|
0.7.8 是 dva-cli 的版本,dva 的版本要看 package.json 中的 dva 依赖。 |
|
用什么命令来统一更新本地已创建好的框架? |
Contributor
|
用 diff 格式来写 before 和 after 的代码变化。 ...才发现这是 8 月份的改动。 |
Member
Author
|
@afc163 DONE |
|
请问如何改端口号呢??? |
Member
Author
|
我想问下以下命令的详细清单或教程在哪能找到 以下都是百度的 应该不全 |
|
执行dva new 命令到node install 这里就卡住了。 半天没动静。dva 0.7.8 |
Member
Author
|
@TBoyLi 全局安装个 cnpm 试试。 |
Closed
|
dva的其他版本号哪里可以看到? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TODO
dva/effects接口,通过 effect 函数的第二个参数传入 (put 被封装)app.start,app.start的配置信息移到dva()里onAction支持数组格式Example