generator-angular-es6-webpack

1.1.1 • Public • Published

AngularJS + ES6 + Webpack Generator Build Status

Yeoman generator for AngularJS applications built with Webpack and Babel.js

More info on project structure Angular + ES6 + Webpack blog post

Usage

For information on using Yeoman check out the complete Getting Started Guide.

Install yo and generator-angular-es6-webpack:

npm install -g yo generator-angular-es6-webpack

Make a new directory for your application:

mkdir new-project && cd $_

Run the generator:

yo angular-es6-webpack

Follow the prompts to scaffold the application. Once finished run gulp serve to run Webpack's development server and gulp build to build minified bundle.

Version Service

The version-service is generated at build time using the VERSION file and a portion of the git hash for the commit. As a result of being created by the build, it is recommended to run the gulp build at least once before attempting to run the tests or running the development server.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i generator-angular-es6-webpack

Weekly Downloads

0

Version

1.1.1

License

MIT

Last publish

Collaborators

  • d3spis3d