-
Notifications
You must be signed in to change notification settings - Fork 9
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
Docs: 缺失,遗漏,需要增强的部分 #9
Comments
https://github.com/givingwu/vue-mfe/tree/master/example 我要使用之前的3个目录下的代码,涉及vue-mfe的办法,引用npm-vue-mfe,全局安装vue-cli3的相关套件,但是deploy 相关的介绍,看的不是很明白,可以单独发布一个vue-mfe的demo仓库吗? |
谢谢提醒,Deploy 部分确实缺少完整 demo。 不知道之前所写这些资料对阁下是否有帮助。 |
都看过了,若您这边有个完整demo,再配合上面的文档描述 就完美了! |
@wwb568109135 这个项目安排重构有段时间了,重构后会提供完整的流程,包含开发-构建-部署-上线 的 demo。谢谢贡献。 |
持续关注您这个开源框架! 我这边调研过欢聚时代开源的emp框架(https://github.com/efoxTeam/emp |
@wwb568109135 没有看过 emp 这个项目,但是点进去看了下,它已经集成了 webpack5 了,说明更新很及时。 vue-mfe 严格来说不算微前端,只能算是微应用。而且仅支持 vue2 框架,使用 vue2 + vue-router + webpack4。不知道是否满足您的需求? |
还是希望您完善这个项目的相关文档,emp对vue2的支持一般般,无法共享状态的问题,我打算用同源策略来解决数据共享状态的问题 |
@wwb568109135 好的,计划周末重构项目,并会重新整理文档。文档主线“开发-构建-部署-上线”。再次谢谢你的建议。 |
假设有 App, SubApp1, SubApp2,现在 SubApp1 使用 SubApp2 的组件。
VueMfe.lazy('SubApp2.components.LazyComponent')
配合 Vue Async component 方式懒加载组件The text was updated successfully, but these errors were encountered: