Skip to content

Versal/component-runtime

Repository files navigation

DEPRECATED. Use Webcomponentsjs instead

Versal component runtime Build Status Bower version

Collection of polyfills for new web technologies, such as web components, for being used in production environments.

We aim to include polyfills that are stable enough to work well with different browsers (Evergreen Chrome/Firefox/Safari/IE>=10, Mobile Safari) and with other libraries. We want to be on the edge of modern web standards, but not the bleeding edge.

Feel free to request additions that you feel make sense by filing an issue.

Included polyfills:

Usage:

bower install versal-component-runtime

in your HTML file:

<script src="bower_components/versal-component-runtime/dist/runtime.min.js"></script>

To build:

npm install
grunt

To test:

Set up a BrowserStack account and:

export BROWSER_STACK_USERNAME=... BROWSER_STACK_ACCESS_KEY=...
npm test

Or install custom karma runners and use them:

npm install karma-chrome-runner
karma start --browsers Chrome --no-single-run

About

[DEPRECATED] Collection of polyfills, required to run Versal elements.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •