Skip to content

Latest commit

 

History

History
executable file
·
73 lines (46 loc) · 2.51 KB

README.md

File metadata and controls

executable file
·
73 lines (46 loc) · 2.51 KB

A Web Components Gallery for Modern Web Apps.

Tasks

We use Grunt, a task-runner in Node, to automate things.

To install it and all the other dependencies, run:

$ npm install -g grunt-cli

To check JSHint errors, run:

$ grunt jshint

To minify JavaScript files, run:

$ grunt uglify

To concat all the JavaScript files, run:

$ grunt concat

To check indentation inconsistencies, run:

$ grunt lintspaces

To run all the tasks above and watch for any changes in the JavaScript files, run:

$ grunt watch

To fetch dependencies from Bower, run:

$ grunt bower

Browser Support

We do care about it.

IE Chrome Firefox Opera Safari
IE 9+ ✔ Latest ✔ Latest ✔ Latest ✔ Latest ✔

Team

CustomElements.io was made with love by these guys and a bunch of awesome contributors.

Zeno Rocha | Bernard De Luna | Djalma Araújo | Eduardo Lundgren --- | --- | --- | --- | --- | --- | --- Zeno Rocha | Bernard De Luna | Djalma Araújo | Eduardo Lundgren

Contributing

If you want to submit your Web Component, please read the Contributing guide.

License

MIT License © WebComponents.org