Skip to content

Demonstration of how to use Polymer in GWT 2.8.2

Notifications You must be signed in to change notification settings

yukihane/polymergwt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maven Polymergwt

Maven fork of

Instructions:

Clone the project change to the project dir

git clone https://github.com/yukihane/polymergwt.git
cd polymergwt

Build with maven

mvn clean gwt:compile war:exploded

or simply

mvn clean package

Run with maven's jetty plugin

mvn jetty:run

Open http://localhost:8888/ with your browser

Notes

  • This maven version is using GWT 2.8.2
  • Firefox 57.0.4 works well with this demo, but Chromium 63.0.3239.84 does not

About

Demonstration of how to use Polymer in GWT 2.8.2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.6%
  • HTML 34.1%
  • CSS 1.1%
  • Other 0.2%