An open API service indexing awesome lists of open source software.

https://github.com/dalenguyen/angularjs-webpack-workflow

AngularJS 1.x and Webpack 4 Integration
https://github.com/dalenguyen/angularjs-webpack-workflow

angularjs webpack webpack4 workflow

Last synced: about 1 year ago
JSON representation

AngularJS 1.x and Webpack 4 Integration

Awesome Lists containing this project

README

          

# 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](https://www.valentinog.com/blog/from-gulp-to-webpack-4-tutorial/) and [Angular and Webpack for Modular Applications](https://egghead.io/courses/angular-and-webpack-for-modular-applications)__