-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Custom packages
liorkesos edited this page Oct 19, 2014
·
4 revisions
It's super easy to create your own package using the mean cli.
Find a cool name for your package: For this example I'm using pandacode and run -
mean package pandacode
to scaffold the package.
The package will be created in /packages/custom/pandacode
- 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