Skip to content

Plugin to include your Hyperapp into single-spa based webpage

License

Notifications You must be signed in to change notification settings

shershen08/single-spa-hyperapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

single-spa-hyperapp

Generic lifecycle hooks for Hyperapp applications that are registered as single-spa applications.

Example

See in sample-app floder

Quickstart

Instal:

npm i single-spa-hyperapp

Add connector file

import singleSpaHyperApp from 'single-spa-hyperapp';

// following props must be exported from your Hyperapp root file
import {hyperApp, appActions, appState, appView, mountEl} from './app'

TODO

Add single-spa parcels support

About

Plugin to include your Hyperapp into single-spa based webpage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published