0.1.1 • Published 4 years ago

@microf/vue-host v0.1.1

Weekly downloads
-
License
-
Repository
github
Last release
4 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

4 years ago

0.1.0

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago