TODO: Write a project description
-
Import Web Components' polyfill:
<script src="lib/platform/platform.js"></script>
-
Import Custom Element:
<link rel="import" href="src/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 a basic server setup.
-
Install NodeJS.
-
Install GruntJS:
$ [sudo] npm install -g grunt-cli
-
Install local dependencies:
$ npm install
-
Run a local server and open
http://localhost:8000
.$ grunt connect
- 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.