chris-visser / meteor-vue-admin

A fully functional Meteor + Vue admin system with Meteor account integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Excuse me, Why you don't use `imports/` structure?

thearabbit opened this issue · comments

Excuse me, Why you don't use imports/ structure?

The imports structure is considered deprecated in Meteor. Besides that, i'm trying to follow node standards as much as possible.

thanks, so it mean that all of file is auto load.

The main reason I like the switch if because it becomes much better to understand what things get loaded where. That was one of the main reasons for Meteor do do that switch aswell :)