Skip to content

camomile-project/camomile-polymer-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

camomile-polymer-client

This project was partially supported by

Supported by Digicosme

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

Demo

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

Specifications

specifications

Implementation

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.

Installation

  • npm install -g polymer-cli
  • npm install -g bower
  • npm install
  • bower install

Run

  • polymer serve

Deploy to github pages

  • npm run gh-publish