1.1.3 • Published 9 years ago

generator-modernweb v1.1.3

Weekly downloads
49
License
-
Repository
github
Last release
9 years ago

generator-modernweb

A Yeoman generator for a project based on Angular, Browserify, and Grunt, among other tools. Used as example for the book Pro JavaScript Frameworks for Modern Web Development.

If you have not already installed Yeoman, do so:

$ npm install -g yo

Install the generator-modernweb Yeoman generator and create your first project:

$ npm install -g generator-modernweb
$ mkdir myapp && cd myapp
$ yo modernweb

Build your new project and launch and instance of Express to serve it with:

$ grunt

New Angular routes can be created with the following Yeoman subcommand:

// e.g.: yo modernweb:route users
$ yo modernweb:route {path}
1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago