0.0.6 • Published 9 years ago

generator-static-angular v0.0.6

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

#Angular and Static Generator

Built with Grunt Dependency Status devDependency Status Build Status NPM version

Yeoman generator for a angular static project. See a project who generated with that: fork-label.

Required

Of course Node.js, NPM and Git.

Yeoman:

$ npm install -g yo

Bower:

$ npm install -g bower

Generator-static-angular:

$ npm install -g generator-static-angular

Getting Started

Initiate the generator:

$ yo static-angular

To test:

$ npm install -g bower
$ bower install
$ npm installl
$ gulp serve

To compile:

$ npm install
$ npm install -g gulp
$ gulp
0.0.6

9 years ago

0.0.5

9 years ago

0.0.4-1

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago