generator-angular-es6-webpack
v1.1.1
Published
Yeoman generator for Angular with ES6 and Webpack
Downloads
4
Readme
AngularJS + ES6 + Webpack Generator
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.