0.0.2 • Published 10 years ago

generator-angular-requirejs-grunt-bower v0.0.2

Weekly downloads
7
License
BSD license
Repository
github
Last release
10 years ago

generator-angular-requirejs-grunt-bower

angular-requirejs-grunt-bower generator that creates the basic file structure you can integrate AngualrJs, RequireJs, Grunt and Bower with your project.

Scenario

There are few articles i explained how to do it and why:

  1. AngularJs, RequireJs, Grunt and Bower Part1 - Getting Started and concept with ASP.NET MVC
  2. AngularJs, RequireJs, Grunt and Bower Part2 - Grunt
  3. AngularJs, RequireJs, Grunt and Bower Part3 - generator-angular-requirejs-grunt-bower with ASP.NET MVC
  4. AngularJs, RequireJs, Grunt and Bower Part4 - How to extend your own code with ASP.NET MVC //to be done
  5. AngularJs, RequireJs, Grunt and Bower Part5 - generator-angular-requirejs-grunt-bower with Express.js //to be done

Getting started

ASP.NET MVC

  • Create a new ASP.NET MVC project first and cd into it.
  • Install the generator: npm install -g generator-angular-requirejs-grunt-bower
  • Run: yo angular-requirejs-grunt-bower.

Generator

Available generator

App

Sets up basic file structure integrate with AngularJs, RequireJs, Grunt and Bower.

yo angular-requirejs-grunt-bower

Build & Package

Run this command to build Public folder.

grunt build

Contribute

See the contributing docs

License

BSD license