1.0.2 • Published 2 years ago

@mashroom/mashroom-portal-demo-go-wasm-app v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

Mashroom Portal Demo Go WebAssembly App

Plugin for Mashroom Server, a Microfrontend Integration Platform.

Demonstrates how a WebAssembly can be used as a Portal App (Microfrontend) for Mashroom Portal.

Mashroom Portal

Usage

If node_modules/@mashroom is configured as plugin path just add @mashroom/mashroom-portal-demo-go-wasm-app as dependency.

Then you can place it on any page via Admin UI.

Development Setup

  • Install node
  • Install go
  • Install dependencies:
     go mod download
     
  • Start in dev mode:

     npm run dev
     
  • Open in your browser: http://localhost:8055

Links