New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

generator-angular-es6-webpack

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-angular-es6-webpack

Yeoman generator for Angular with ES6 and Webpack

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

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

Keywords

yeoman-generator

FAQs

Package last updated on 06 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts