Skip to content

dalenguyen/angularjs-webpack-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS 1x and Webpack 4 Workflow

No more gulp or bower for your AngularJS 1x project

Features

  • ES6 through Babel loader
  • SCSS processor
  • Source map for debugging
  • Loading Base64 URL for optimizing images
  • Ng-Annotate-Loader for annotating angular application

Getting Started

npm install

Running the project

For development

npm start

For production

npm build

For testing

npm test

Reference from How to switch from Gulp to Webpack and Angular and Webpack for Modular Applications

About

AngularJS 1.x and Webpack 4 Integration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published