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
- Host: GitHub
- URL: https://github.com/manolo/vaadin-i18n-core
- Owner: manolo
- License: apache-2.0
- Created: 2016-02-25T06:59:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T07:42:15.000Z (over 10 years ago)
- Last Synced: 2025-05-23T05:38:19.601Z (about 1 year ago)
- Language: HTML
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.