Quantcast
Channel: Eureka! » Yeoman
Browsing latest articles
Browse All 4 View Live

Image may be NSFW.
Clik here to view.

Setup Yeoman in Windows PowerShell

1. Download Node.js and install it and make sure you have the npm package manager selected before the installation.   2. Open PowerShell and verify the npm installation.   3. Also verify if you have...

View Article


Image may be NSFW.
Clik here to view.

Build an AngularJS webapp using Yeoman

We get the Yeoman working last time. Setup Yeoman in Windows PowerShell   Now, we can use Yeoman to scaffold a AngularJS project. =) 1. Install the angular webapp generator. npm install -g...

View Article


Image may be NSFW.
Clik here to view.

Manage your project dependencies using Bower

Let’s continue our tour on Yeoman. Setup Yeoman in Windows PowerShell Build a AngularJS webapp using Yeoman   Bower is a tool to manage your js dependencies of your project. you can find out all the...

View Article

Image may be NSFW.
Clik here to view.

Yeoman – Setup AngularJS and Foundation 5 with Sass

The generator-angular written by the Yeoman team comes with Bootstrap integration. But instead of using Bootstrap, i would like to use Foundation 5 with Sass. The following example is created under...

View Article
Browsing latest articles
Browse All 4 View Live