Where to put a separate admin interface for a Meteor app?

后端 未结 6 2159
时光说笑
时光说笑 2021-02-14 08:56

I\'m trying to build a smart package for Meteor app that provides some monitoring capabilities and other tools based on the features of the smart package. For more details read

6条回答
  •  孤独总比滥情好
    2021-02-14 09:54

    I had a similar question. There is less clunky example of doing this in the router meteor package example.

    https://github.com/tmeasday/meteor-router/tree/master/examples/app-with-layout

    Hope this helps.

提交回复
热议问题