Saturday, November 22, 2014

Meteor Addons


meteor add mizzao:bootstrap-3
meteor add underscore
meteor add mrt:moment
meteor add iron:router
meteor add sacha:spin
{{> spinner }}

meteor add ian:accounts-ui-bootstrap-3

meteor add accounts-password
{{> loginButtons }}

meteor add meteorhacks:npmhttps://meteorhacks.com/complete-npm-integration-for-meteor.html






meteor remove autopublish
Meteor.publish('posts', function() { return Posts.find();

});
Meteor.subscribe('posts');

meteor remove insecure

Wednesday, November 12, 2014