FreshTouch / macrof-cli

React MicroFrontend compiler (Typescript, Webpack 5, ModuleFederation)

Home Page:https://www.npmjs.com/package/@macrof/cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Macrof MF compiler

Install

yarn add @macrof/compiler --dev

Init

import Micro from "@macrof/compiler";

export default new Micro({
    isShell: true,
    devServer, // your dev server configs
    plugins, // your plugins configs
    ...configs, // other configs
}).configure();

About

React MicroFrontend compiler (Typescript, Webpack 5, ModuleFederation)

https://www.npmjs.com/package/@macrof/cli

License:Apache License 2.0


Languages

Language:TypeScript 86.1%Language:JavaScript 13.9%