0.0.1-staging-3 • Published 2 years ago

@micropage/ui v0.0.1-staging-3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

@redext/micro

Blazing fast, simple and complete solution for micro frontends

Installation

npm install -s @redext/micro
or
yarn add @redext/micro

Use It

import { registerMicroApp } from '@redext/micro';

registerMicroApp({
      name: 'demo',
      activePath: 'micro',
      container: '#microfrontend',
      entry: 'http://localhost:5000',
      // loadScriptPath: '/root-config.jsx',
      isHash: true,
      // isProduction: true
});