GithubHelp home page GithubHelp logo

Comments (3)

phodal avatar phodal commented on July 26, 2024

可以看一下定义:

微前端是一种类似于微服务的架构,它将微服务的理念应用于浏览器端,即将 Web 应用由单一的单体应用转变为多个小型前端应用聚合为一的应用。各个前端应用还可以独立运行、独立开发、独立部署。

然后,你看看你这个框架,能否让每个应用独立运行、独立开发和独立部署。

from microfrontends.

mqhe2007 avatar mqhe2007 commented on July 26, 2024

模块的独立开发和独立部署没问题。

独立运行的话取决于cli构建目标,如果构建为包含admincraft的话,独立部署就可以独立运行;如果构建时不包含admincraft,则必须载入包含admincraft的其他模块才能运行。

换言之,admincraft内部集成的各种库形成了一个模块运行环境。

个人觉得算是一种具体的微前端实现吧。

from microfrontends.

phodal avatar phodal commented on July 26, 2024

如果独立开发、运行和部署没有问题的话,你这也算是微前端实现了~。

from microfrontends.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.