-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Upgrade from ice-scripts 2.x #3341
Comments
项目是仅迁移项目的工程能力吗?如果是的话 可以在build.json里面设置"disableRuntime": true后再尝试下(在此条件下src/index可以不用迁移) |
@1533424140 先排查具体问题,看看是否可以在开启 disableRuntime |
@chenbin92 @1533424140 不仅仅是工程能力,最后我采用了重新整理项目,也就是重新搭建一个pro项目,然后把页面迁移过去。不过修改代码量有点大。迁移不太友好。预计需要花费3天代价。 pro 模板项目,icejs的版本竟然还是1.0,建议及时更新模板工程的版本。迁移后存在多个版本共存,这周我把迁移过程写篇文章,还有遇到的问题也反馈一下。 |
|
@1533424140 那个没有建分支哦。就 是把我连接的那个项目按照官网文档迁移,操作完成,打开就是空白页面、没有任何错误。 |
@TrumanDu pro 模板里写的是 |
具体什么错误可以贴出来看下 |
@TrumanDu 赞总结。文章中提到的图标和菜单权限我们后续会产出方案,感谢反馈。 |
@imsobear 希望方案是持续演进的(能考虑到旧系统的升级),还有希望能把一些推荐的用法多在pro项目中落地。如果文档不能及时更新的话,模板项目及时更新也是个不错的办法。感谢你们的付出,加油,看好你们。 |
@chenbin92 这个问题该如何解决
package.json
|
这里的逻辑是扫描 node_modules 下的依赖,有些是项目间接依赖的,可以运行 npm list core-js 看下依赖关系要不要升级,这个是 WARN 可以忽略。 |
Do you want to request a feature or report a bug?
按文档迁移,
What is the current behavior?
项目可以启动,只是无法看到页面,空页面
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
目测原因是未迁移布局,例如MainRoutes.jsx
项目地址:https://github.com/xaecbd/KafkaCenter/blob/master/KafkaCenter-Frontend/src/layouts/BasicLayout/MainRoutes.jsx
1.6.3
v10.15.2
window10
build.json
:src/app.(ts|js)
:What is the expected behavior?
正确迁移项目
The text was updated successfully, but these errors were encountered: