This project was partially supported by
The objective is to define web components using polymer to make it easier to create camomile clients.
Examples :
- index.html with my-app.html and camomile-admin.html and camomile-annotation.html
- a one file example in simple-demo.html
You can try it on the github pages demo at https://camomile-project.github.io/camomile-polymer-client/
using https://camomile.rom1504.fr
as the endpoint, root
as user and test
as password
Polymer 2.0 will be used to implement these components.
polymer 2.0 quick start explains that polymer components are defined as classes. So defining the needed components for camomile will consist in defining the relevant classes.
- npm install -g polymer-cli
- npm install -g bower
- npm install
- bower install
- polymer serve
- npm run gh-publish