Skip to content

brugnara/generator-fullmvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

A modular MVC based on AngularJS powered by RequireJS and AngularAMD, enchanted by Bootstrap and written in CoffeeScript. Enjoy this awesome!

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors