sysuzhang / webpack-angular

An example on how to organize codes when integrating AngularJS 1.X with Webpack 1.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack-angular

This is an example on how to organize your code when integrating AngularJS 1.X with Webpack 1.x

How to use

git clone https://github.com/IamBusy/webpack-angular.git
cd webpack-angular
npm install

How to organize

I was confused by the question of how to integrate angular with webpack. So I write the article Webpack与AngularJS整合之代码逻辑与架构设计, Maybe you can get inspiration from it :)

About

An example on how to organize codes when integrating AngularJS 1.X with Webpack 1.x


Languages

Language:JavaScript 82.5%Language:HTML 17.5%