Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

generator-angular-app

karolaltamirano46MIT0.3.3

Yeoman generator for creating interactive web sites with AngularJS + Webpack, ES6, Babel, npm Scripts, CSS Modules

yeoman-generator

readme

AngularJS generator

Yeoman generator for creating interactive web sites with AngularJS + Webpack, ES6, Babel, npm Scripts, CSS Modules

Build Status Dependency Status npm version

About generator

Generator helps you initialize new interactive web site project. It contains asset loader and browser version detection.

Features

  • AngularJS
  • Webpack
  • ES6 (ES2015)
  • Babel
  • npm Scripts
  • CSS Modules

Getting Started

Requirements

  • NodeJS v4.0 or newer
  • npm v3.3 or newer
  • yo (to install run npm install -g yo, to update run npm update -g yo)

Installation

  • Install: npm install -g generator-angular-app
  • Run: yo angular-app

Build

  • Run: npm start to start dev server and watch for file changes
  • Run: npm run build to build for production
  • For more information about the boilerplate, see its README.md

changelog

Change Log

All notable changes to this project will be documented in this file.

v0.3.3 - 2016-07-21

  • Update dependencies

v0.3.2 - 2016-06-30

  • Add .gitattributes file
  • Update .editorconfig to force lf line ending

v0.3.1 - 2016-06-29

  • Update readme

v0.3.0 - 2016-06-29

  • Update dependencies
  • Use CamelCase for Singeltones
  • Add tern file
  • Add babel transform-object-rest-spread
  • Add sourcemaps to production build

v0.2.2 - 2016-05-11

  • Refactor adding favicon

v0.2.1 - 2016-05-07

  • Remove Bourbon Sass library
  • Add Susy Sass library
  • Add Breakpoint Sass library
  • Update asset loader to support fallback mode

v0.2.0 - 2016-04-29

  • Improve file naming conventions

v0.1.4 - 2016-04-27

  • Improve asset loader
  • Use camelCase for css selectors (it works better with css modules)

v0.1.3 - 2016-04-23

  • Update README.md
  • Add test folder to npm lint task
  • Rename loader callback functions

v0.1.2 - 2016-04-19

  • Update unit and e2e tests

v0.1.1 - 2016-04-18

  • Use Mocha, Chai and Sinon for unit and e2e tests

v0.1.0 - 2016-04-13

  • Initial release