Skip to content

WIP proof of concept of using AngularJS with Webpack and ES6

Notifications You must be signed in to change notification settings

jdreetz/webpack-with-angular1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

This is a proof of concept project to explore and demonstrate usage of AngularJS (1.*) with Webpack and ES6(Babel). Why use AngularJS? Many legacy applications still use AngularJS. Being able to adapt a legacy project to a newer build system can help incrementally move the project to newer Javascript best practices, while still re-using much of the original implementation.

Features

  • Lazy loading UI-Router routes using import()
  • Exposes factorys and services through ES6 export mechanisms while still retaining AngularJS DI. Uses ES6 Proxys.

Usage

  • npm install
  • npm run dev

About

WIP proof of concept of using AngularJS with Webpack and ES6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published