https://github.com/yakiisama/micro-frontend
微前端解决方案的一种
https://github.com/yakiisama/micro-frontend
Last synced: 3 months ago
JSON representation
微前端解决方案的一种
- Host: GitHub
- URL: https://github.com/yakiisama/micro-frontend
- Owner: yakiisama
- License: mit
- Created: 2022-05-28T16:43:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T19:42:02.000Z (over 2 years ago)
- Last Synced: 2025-01-18T04:36:13.261Z (5 months ago)
- Language: Vue
- Homepage: https://micro-vue-e32.pages.dev/
- Size: 637 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Micro-Frontend
微前端解决方案的一种本例演示在 Vue 中,嵌入 React 的方案
原理:React 每个 Page 都打包为一个 js 文件,将路由配置做番更改添加到 Vue 中去,点击 React 菜单时,加载对应的 js 文件
整体项目搭建框架是 vue 框架,下面的多级菜单都是 react 项目中的,合并在 vue 中。
体验 demo: https://micro-vue-e32.pages.dev/

