سؤال

Where am I supposed to put

Router.map(function(){
    this.route(name:String, options:Object);
});

and all other iron-router code with meteor? In the main.html file?

هل كانت مفيدة؟

المحلول

You can have a look at the unofficial-meteor-faq for some file organization ideas. It should be under the client directory - e.g. client/lib/routes.js, but there isn't a strict rule about where it should go.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top