Skip to content

argshook/polymer-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polymer Experiments

question: can i make web components with polymer and bundle them to one js file?

answer: this repo!

it should hopefully work live here: http://arijus.net/polymer-experiments

How

  1. npm i
  2. bower i
  3. npm start - for dev localhost:8080
  4. npm run build - creates bundles in /dist

NOTE: please run npm run build at least once before running npm start!

Examples

Vanilla

source

no framework, just components

React

source

TODO

  • integration with multiple nested components;
  • passing values via props to components;
  • handling component events;
  • styling (with className, style)
  • try react-integration

Angular

angular.html

TODO

  • integration with multiple nested components;
  • handling component events;
  • styling (with ng-style, ng-class)

TODO

  • autoprefixer

About

just playing with polymer using webpack in order to make reusable components for other projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published