@micropage/ui

0.0.1-staging-3 • Public • Published

@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
});

Readme

Keywords

none

Package Sidebar

Install

npm i @micropage/ui

Weekly Downloads

1

Version

0.0.1-staging-3

License

none

Unpacked Size

5.48 kB

Total Files

8

Last publish

Collaborators

  • dotcody