Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 274 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 274 Bytes

webpack-demo

How I use webpack/es6 on my AngularJS projects.

  • Angular (ui-router, lazy loading)
  • Karma (mocha, chai)
  • Webpack (chunks, hashes, minification, babel)

Split code to the chunks, load only component you need on the page. Use npm modules on the frontend.