/generator-angular-webpack

[DEPRECATED] Not maintained. I no longer recommend Angular 1 for new projects.

Primary LanguageJavaScript

Angular Webpack generator

ES2015 (Babel) or ES5

Build Status Dependency Status npm version

Getting Started

Requirements

  • NodeJS v4.0 or newer
  • npm v3.3 or newer
  • yo (to install run npm install -g yo)
  • gulp (read Getting Started guide)

Installation

  • Install: npm install -g generator-angular-webpack
  • Run: yo angular-webpack
  • Run: gulp to build for development and watch for file changes or gulp build --dist to build for production

More details inside a project readme file