generator-fullmvc
v0.0.7
Published
A generator for Yeoman
Downloads
3
Readme
generator-fullmvc
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
Thanks to
This awesome mvc, is possibile due this projects: