We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.