structure and namespace for multi modules?
thearabbit opened this issue · 4 comments
thearabbit commented
I come from Laravel PHP Framework. I would like to build 2 modules/packages
in the same project root like this:
.meteor
loan/
client/
server/
lib/
account/
client/
server/
lib/
how to use namespace for this structure?
matteodem commented
That looks good to me. But for bigger functionality you would create an atmosphere package or a local one under packages/*. Please have a look here:
thearabbit commented
Very thanks, but i am not sure for using namespace
.
matteodem commented
Namespace? http://docs.meteor.com/#/full/namespacing
matteodem commented
Please open a new one if there are any further questions.