An open API service indexing awesome lists of open source software.

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

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`