0.1.1 • Published 3 years ago

@microf/vue-host v0.1.1

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

@microf/vue-host

A Vue.js plugin to create a micro-frontend application.

installation

npm i --save-dev @microf/vue-host

usage

import { createMicroFrontendHost } from '@microf/vue-host';
import { router } from './my-router-instance';

const microFrontendPlugin = await createMicroFrontendHost({
  router,
  apps: [
    { url: 'http://localhost:3334' },
    { url: 'http://localhost:3335' },
  ]
});

// don't forget:
app.use(microFrontendPlugin);

That's (sort of) it.

0.1.1

3 years ago

0.1.0

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago