8000 GitHub - JachinZou/garfish: A powerful micro front-end framework 🚚
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

JachinZou/garfish

 
 

Repository files navigation

简介

garfish

Garfish 是字节跳动内部自研的微前端框架,提供了从开发调试、服务注册和发现、部署上线、运行的完整解决方案,主要用于解决多团队协作的大型单体应用维护困难的问题。

目前在字节跳动内部有超过 60 个团队,300 个项目使用 Garfish。

安装

$ npm install garfish

快速开始

import Garfish from 'garfish';

Garfish.run({
  domGetter: '#AppContainer',
  apps: [
    {
      name: 'app',
      entry: 'xx.html',
      activeWhen: '/index',
    },
  ],
});

文档

LICENSE

Garfish is released under the Apache License, Version 2.0.

About

A powerful micro front-end framework 🚚

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 69.4%
  • JavaScript 24.5%
  • HTML 3.1%
  • Vue 2.7%
  • Other 0.3%
0