Skip to content

Start to work with WebComponents. Everything that you need is ready to use.

License

Notifications You must be signed in to change notification settings

grandemayta/webcomponents-scaffolding

Repository files navigation

WebComponents Scaffolding

NPM version Open Source Love made-with-javascript-doc

Start to work with WebComponents. Everything that you need is ready to use.

Launch the application

$ npm install
$ npm start

Release in Production

$ npm run prod

Tech Stack

Libraries

Tools

Browsers support

  • Chrome
  • Firefox
  • Safari
  • Edge
  • IE11

Polyfills

If the broswer doesn't support webcomponents, custom elements or es6 features like fetch and includes the polyfill script will add at runtime. Below you can find the features supported:

  • Generics

    • Symbol
    • fetch
    • customElements
    • CustomEvents
    • Async / Await
    • InstersectionObserver
  • Arrays

    • entries
    • from
    • find
    • findIndex
    • includes
    • keys
    • values
  • Objects

    • assign
    • entries
    • values
  • Strings

    • endsWith
    • includes
    • startsWith

Todo

  • Setup Unit Testing
  • Setup E2E Testing

Keep calm and code!
Open Source Love

About

Start to work with WebComponents. Everything that you need is ready to use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published