atoy40 / meteor-polymer-music

A test project about Meteor and Polymer integration components
MIT License
15 stars 4 forks source link

Music

This is a project to demonstrate the meteor integration with Polymer 1.0.

It's based on the meteor-elements project.

Instructions

git clone https://github.com/atoy40/meteor-polymer-music.git
cd meteor-polymer-music
meteor run

then open your browser at http://localhost:3000

You can also test it at http://music.a-toy.eu/

Bower dependencies are installed automatically by mquandalle:bower and html import (with vulcanization if needed) by differential:vulcanize

Informations

In this project, meteor templates are not used to create views. There is only one <body> (music.html) to instance the application main polymer element (<music-app>) and one <head> to initialize polymer itself. Polymer elements are located into public/components.