https://github.com/webcomponents/hello-world-polymer
Web Component example using Polymer
https://github.com/webcomponents/hello-world-polymer
Last synced: 5 months ago
JSON representation
Web Component example using Polymer
- Host: GitHub
- URL: https://github.com/webcomponents/hello-world-polymer
- Owner: webcomponents
- Archived: true
- Created: 2014-04-06T21:28:15.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T19:40:05.000Z (over 7 years ago)
- Last Synced: 2025-09-15T11:13:39.524Z (6 months ago)
- Language: HTML
- Homepage: http://webcomponents.github.io/hello-world-polymer
- Size: 1.12 MB
- Stars: 56
- Watchers: 12
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-webcomponents - Using Polymer
- awesome-custom-elements - Using Polymer
README
# <hello-world>
> A Web Component example using [Polymer](http://www.polymer-project.org/).
>
> Looking for a boilerplate? Check [polymer-boilerplate](https://github.com/webcomponents/polymer-boilerplate).
## Demo
[Check it live!](http://webcomponents.github.io/hello-world-polymer)
## Install
Install the component using [Bower](http://bower.io/):
```sh
$ bower install hello-world-polymer --save
```
Or [download as ZIP](https://github.com/webcomponents/hello-world-polymer/archive/master.zip).
## Usage
1. Import polyfill:
```html
```
2. Import custom element:
```html
```
3. Start using it!
```html
```
## Options
Attribute | Options | Default | Description
--- | --- | --- | ---
`who` | *string* | `World` | Who do you want to say hello?
## Development
In order to run it locally you'll need to fetch some dependencies and a basic server setup.
1. Install [bower](http://bower.io/) & [polyserve](https://npmjs.com/polyserve):
```sh
$ npm install -g bower polyserve
```
2. Install local dependencies:
```sh
$ bower install
```
3. Start development server and open `http://localhost:8080/components/hello-world-polymer/`.
```sh
$ polyserve
```
## History
For detailed changelog, check [Releases](https://github.com/webcomponents/hello-world-polymer/releases).
## License
[MIT License](http://webcomponentsorg.mit-license.org/) © WebComponents.org