TODO: Write a project description
-
Install the component using Bower:
$ bower install my-element --save
-
Import Web Components' polyfill:
<script src="bower_components/platform/platform.js"></script>
-
Import Custom Element:
<link rel="import" href="bower_components/my-element/dist/my-element.html">
-
Start using it!
<my-element></my-element>
Attribute | Options | Default | Description |
---|---|---|---|
name |
string | World |
Lorem ipsum |
In order to run it locally you'll need to fetch some dependencies and a basic server setup.
-
$ [sudo] npm install -g bower grunt-cli
-
Install local dependencies:
$ bower install && npm install
-
To test your project, run a local server and open
http://localhost:8000
.$ grunt
-
Once you finish developing it, build the distribution files and publish it on Bower.
$ grunt build $ bower register my-element https://github.com/you/my-element
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
For detailed changelog, check Releases.