Home | History | Annotate | only in /external/chromium_org/third_party/polymer_legacy/polymer
Up to higher level directory
NameDateSize
.bower.json23-Apr-2015842
bower.json23-Apr-2015579
build.log23-Apr-2015599
LICENSE23-Apr-20151.5K
polymer-body.html23-Apr-2015827
polymer.html23-Apr-2015310
polymer.js23-Apr-201525.5K
polymer.js.map23-Apr-2015108.7K
README.md23-Apr-20151.2K

README.md

      1 # Polymer
      2 
      3 [![Analytics](https://ga-beacon.appspot.com/UA-39334307-2/Polymer/polymer/README)](https://github.com/igrigorik/ga-beacon)
      4 
      5 Build Status: [http://build.chromium.org/p/client.polymer/waterfall](http://build.chromium.org/p/client.polymer/waterfall)
      6 
      7 ## Brief Overview
      8 
      9 For more detailed info goto [http://polymer-project.org/](http://polymer-project.org/).
     10 
     11 Polymer is a new type of library for the web, designed to leverage the existing browser infrastructure to provide the encapsulation and extendability currently only available in JS libraries.
     12 
     13 Polymer is based on a set of future technologies, including [Shadow DOM](https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html), [Custom Elements](https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html) and Model Driven Views. Currently these technologies are implemented as polyfills or shims, but as browsers adopt these features natively, the platform code that drives Polymer evacipates, leaving only the value-adds.
     14 
     15 ## Tools & Testing
     16 
     17 For running tests or building minified files, consult the [tooling information](http://www.polymer-project.org/resources/tooling-strategy.html).
     18