0.0.1 • Published 2 years ago

@micropage/app v0.0.1

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

@micropage/app

Blazing fast, simple and complete solution for micro frontends

Installation

npm install -s @micropage/app
or
yarn add @micropage/app

Use It

import { registerMicroApp } from '@micropage/app';

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