Differential / polymer-demo

Polymer & Meteor
164 stars 44 forks source link

[question] Polymer 1.0 #24

Open juliancwirko opened 9 years ago

juliancwirko commented 9 years ago

Hi are there any plans for updating the demo to Polymer 1.0? Thanks.

daveeel commented 9 years ago
  1. git clone https://github.com/Differential/polymer-demo.git
  2. cd polymer-demo/
  3. meteor (Shall show some update hints, may see token error in console)
  4. meteor update
  5. meteor (Some token error in console)
  6. bower install --save Polymer/polymer#^1.0.0
  7. sudo npm install -g bower (Install bower if you don't have it)
  8. bower install --save Polymer/polymer#^1.0.0 (Try again. Answer questions and choose latest versions)
  9. meteor (Still error because of outdated polymer JS)
  10. bower update
  11. meteor (Demo good to go this time) (If still error, clear browser cache and load app again)
jmetz commented 8 years ago

@daveeel Followed your steps, but get

    Error: EEXIST, mkdir '....polymer-demo/.meteor/local/.build342052.build/programs/.build402723.server/app/node_modules/bower/node_modules/inquirer/node_modules/cli-color/node_modules/memoizee/node_modules/es6-weak-map/node_modules/es6-iterator/test/'
daveeel commented 8 years ago

I've given up polymer for some time because of it's incompatibility with other UI frameworks. (my use case) If you still want to use polymer, it's better to make use of the atmosphere packages: https://atmospherejs.com/?q=polymer

Obviously the author of this demo won't bother answer questions here because the polymer version used is so old.

jmetz commented 8 years ago

Thanks for your reply @daveeel - I've moved to meteor-elements which seems to be working well so far.