-1

Can anyone please explain me the pros and cons of yeoman angular-fullstack and yeoman-meanjs.

I want to use MEAN stack for my project. please suggest me which one I could choose

yeomane
  • 31
  • 1
  • 1
  • 6

1 Answers1

0

Within all the generators you can try angular-fullstack to create my MEAN project structure , reasons:

1.Easy to install

  1. Creates both client and server scaffoldings

  2. Introduces good practices in the generated code

  3. Server side API prepared to use authentication

  4. Support HTML or jade templating on client side

  5. Support for different CSS preprocessors

  6. Commands to scaffold anything

Detailed definition is here

Tharif
  • 13,794
  • 9
  • 55
  • 77
  • Thank you so much. I too had one through this advantages of angular- full stack. Does MEANjs stack not have this features.? what is the disadvantage of MEANJS stack – yeomane Apr 20 '15 at 05:12
  • There is no such thing as MEAN.js, it's just an acronym for MongoDB, Express, Angular and NodeJS, so any disadvantages that any of those four have will surface as disadvantages in general. – Tharif Apr 20 '15 at 06:06