一个用webpack打包angulajs的web应用框架示例 主要用ES6的语法来写angular1的项目,用到oc.lazyLoad模块来进行项目的按需加载路由
git clone https://github.com/fanqifeng/angular-webpack.git
cd angular-webpack
npm install
start with npm start
Build with npm run build
Build dev with npm run build:dev