1.5.0 • Published 5 years ago

highframe v1.5.0

Weekly downloads
85
License
MIT
Repository
github
Last release
5 years ago

Highframe

JavaScript utilities to integrate iframes into other apps.

Use cases:

  • can be used extensively in breaking up large UIs into microfrontends
  • normalizes the postMessage API
  • share data between frames
  • use integrations to make full use of iframes in frameworks (Vue, React) and their paradigms

Usage

npm install highframe

Features

Importing library

You can import the generated bundle

import * as tillhub from 'highframe'

Development

  • npm t: Run test suite
  • npm start: Run npm run build in watch mode
  • npm run test:watch: Run test suite in interactive watch mode
  • npm run test:prod: Run linting and generate coverage
  • npm run build: Generate bundles and typings, create docs
  • npm run lint: Lints code
  • npm run commit: Commit using conventional commit style (husky will tell you to use it if you haven't :wink:)

LICENSE

MIT

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

0.1.0

5 years ago