-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Modular Architecture work
Yonatan Ellman edited this page Mar 20, 2014
·
8 revisions
-
npm install -g meanio
to enable the mean cli -
mean init --branch 0.3
to initiate new repo on 0.3 branch which supports modules -
mean install <mean module>
from the root of the app
Please note code changes will be constantly pushed over the next few days. Pull often and feel free to get involved.
*Other commands from the cli (all to be run from root of the application
-
mean init <app name>
clones a new mean repo -
mean list
shows all current enabled modules -
mean install <module-name>
installs module
Explanations of the module functionality coming soon...
- Getting Started Guides
- Deployment
- Testing
- System Deep Dives
Aggregation- Packages
- Database
- Menus
- Circles (roles/permissions) High Level Overview
- Circles code examples
- User Auth withJWT
- Contributing