Last Updated: February 25, 2016
·
3.748K
· liorkesos

Installing 3rd party and custom Packages in Mean.io

mean.io is a great way to jumpstart your MEAN stack javascript skills.
There is a growing number (well it's 3 and yesterday it was 2 :) ) of packages which extend mean.io for in place editing of strings, MEAN Stack administration and localization.
This is how you install mean and create your own package...

Installation

npm install -g meanio
mean init AppName
cd AppName
npm install

Installing an existing package

mean install mean-admin
mean install mean-tokens

Creating your own package

mean package yourPackageName

Your package will be created under /packages (3rd party packages like mean-admin and mean-tokens mentioned above get created under /node_modules.

To read more go to our blog post about packages in mean.io

1 Response
Add your response

great job

over 1 year ago ·