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

Pretty easy to add packages to mean using meanio!

Steps:
// first install

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

// second create a mean app

mean init testApp
cd testApp
npm install

// third create a demo package under packages/ and test

mean package testPackage

meanio is responsible to lazyload the newly created testPackage, which includes server/client, express routing capabilities, and angular client.

Clone this wiki locally