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

https://github.com/manolo/vaadin-i18n-core

An element to internationalise vaadin core elements
https://github.com/manolo/vaadin-i18n-core

Last synced: 6 months ago
JSON representation

An element to internationalise vaadin core elements

Awesome Lists containing this project

README

          

# <vaadin-i18n-core>

`` is a [Polymer](http://polymer-project.org) element to internationalise [Vaadin Core Elements](https://vaadin.com/elements).

## Developing

### Running the demos

Install required dependencies by running following lines in the project root.
```shell
$ npm install -g polyserve bower
$ npm install
$ bower install
```

Start a local server in the project root.
```shell
$ polyserve
```

After `polyserve` is running, open http://localhost:8080/components/vaadin-i18n-core/demo/ in your browser.

### Running the automated tests

Open http://localhost:8080/components/vaadin-i18n-core/test/ in your browser or
run from the command-line:
```shell
$ npm install -g web-component-tester
$ wct
```

## License

`vaadin-i18n-core` is licensed under the Apache License 2.0.