Skip to content

微前端框架简易实现,方便不了解微前端实现原理的同学快速掌握其原理

Notifications You must be signed in to change notification settings

baobao12356/my-single-spa

 
 

Repository files navigation

简单的微前端框架

demo

前提

$ npm i

快速开始

$ npm run watch

然后在浏览器中访问: http://localhost:10001/toutrial/quick/index.html

开发模式

$ npm run build:dev

待续

  1. 支持Vue、React混合部署
  2. 除目前支持的路由级别的app隔离外,还支持功能(Feature)级隔离

About

微前端框架简易实现,方便不了解微前端实现原理的同学快速掌握其原理

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.3%
  • HTML 11.7%