Skip to content
Nevos edited this page May 22, 2018 · 4 revisions

Pretty easy to add packages to mean using meanio!

Steps:

npm install -g meanio  
npm install -g mean-cli  

// first mean init testApp cd testApp npm install

// second mean package testPackage

// third mean package testPackage

The cli will create a demo package under packages/ The meanio is responsible to lazyload the newly created testPackage which includes server/client, express routing capabilities, and angular client.

Clone this wiki locally