rottingcorpse / webpack-angular-es2015

Angular 1.5 app using ES 2015 and Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack-angular-es2015

Angular 1.5 app using ES 2015 and Webpack

An accompanying blog post can be found at: http://scottaddie.com/2015/06/29/webpackin-your-es-2015-angular-1-x-spa/

##Project Setup

  1. Install the Webpack CLI and the Typings definitions manager at the system level as follows: npm i -g webpack typings
  2. Install the local project's npm packages and type definitions for Node.js as follows: npm i
  3. Build the project according to your desired mode as follows:
  • Development Mode = npm run dev-build
  • Production Mode = npm run dist-build
  1. Open index.html in your browser of choice

About

Angular 1.5 app using ES 2015 and Webpack


Languages

Language:JavaScript 81.8%Language:HTML 18.2%