-
Notifications
You must be signed in to change notification settings - Fork 3.4k
mean one registry
Lior Kesos edited this page Jan 10, 2016
·
2 revisions
Milestone: mean-one-registry
- Investigate using npm as the registry
- meanio core code able to use an npm package as a mean module
- modules front end dependency handling (install time)
- Is this just dependent on the package itself?
- May want to wait on possible update to webpack/browserify/etc?
- Base functionality of registry should keep track of mean packages and repositories they’re in.
- mean package information should probably come from mean.json not package.json (things like name, repository etc)
- 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