https://github.com/manolo/components-examples
Examples for Vaadin Components
https://github.com/manolo/components-examples
Last synced: 4 months ago
JSON representation
Examples for Vaadin Components
- Host: GitHub
- URL: https://github.com/manolo/components-examples
- Owner: manolo
- License: apache-2.0
- Created: 2015-05-05T10:29:28.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-07-31T12:04:22.000Z (almost 10 years ago)
- Last Synced: 2024-12-30T18:38:09.370Z (5 months ago)
- Language: HTML
- Size: 2.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vaadin Components Examples
A set of high-quality Web Components built using Polymer.
Learn more about [Vaadin Components.](https://vaadin.com/components/)
View the [live site](http://vaadin.github.io/components-examples/) to see the code examples side-by-side with its corresponding live example.
### Setting up the project for the first time
Skip this step if you already have this stuff locally.
- Either clone the project:
```shell
$ git clone https://github.com/vaadin/components-examples.git
```
- Or [download ZIP archive](https://github.com/vaadin/components-examples/archive/gh-pages.zip) and unzip it### Serving the examples
- Go to the examples directory
```shell
$ cd components-examples
```
- Spin up a web server, for example [serve](https://www.npmjs.com/package/serve).
```shell
$ serve
```
- Access the examples through `http://localhost:3000/` or directly `http://localhost:3000/v-grid`