Skip to content

charlenopires/customelements.io

 
 

Repository files navigation

DevDependencies Status

CustomElements.io Screenshot

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

About

CustomElements.io is where community-members show their awesome Web Components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published