JSPM

  • Created
  • Published
  • Downloads 249
  • Score
    100M100P100Q117684F
  • License MIT

Polyfills required by Qute to run on IE >= 9

Package Exports

  • @qutejs/polyfill

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@qutejs/polyfill) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Qute: A Javascript Component Model for the DOM.

Qute is a reactive component model designed for plain old javascript lovers.

@qutejs/polyfill

Provides all the polyfills required by Qute to work on IE >= 9. The following polyfills are provided:

  • Element.classList
  • CustomEvent
  • Element.closest
  • Element.matches
  • Object.assign
  • String.startsWith

Getting Started

Use the Qute project generator to create a new Qute application or component project:

npm init @qutejs

or (on node versions older than 10.3.0)

npx @qutejs/create

Go here for the Qute documentation.

Installing

npm install @qutejs/polyfill

Usage

import '@qutejs/polyfill';

Building

Qute packages are built from the Qute multi-package repository root. See github.

Authors

Bogdan Stefanescu - Intial Work - Quandora

License

MIT