0.0.7 • Published 10 years ago

generator-fullmvc v0.0.7

Weekly downloads
6
License
-
Repository
github
Last release
10 years ago

generator-fullmvc Build Status

A generator for Yeoman.

Getting Started

To install generator-fullmvc from npm, run:

$ npm install -g generator-fullmvc generator-fullmvc-module

Finally, initiate the generator and create the first module:

$ yo fullmvc
$ cd app/modules
$ yo fullmvc-module home
$ cd ../../
$ grunt serve

modules.json

You will need to tell the application, wich module you want boot. Please remember to add the new dep after created a new module.

{
  "dependencies": {
    "home" : {}
  }  
}

A more detailed module.json example:

{
  "dependencies": {
    "items" : {},
    "home": {
      "dependencies": {
        "menu": {}
      }
    }
  }  
}

Note that each dependencies can have subdependencies

License

MIT License

Thanks to

This awesome mvc, is possibile due this projects:

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago